med-material / VREyeTrackingAccuracyTest

VR Tool to Test the Accuracy of the Pupil Labs Eye Tracking Devices (Unity 2018.2.7f1)
MIT License
2 stars 4 forks source link

CommentField: Check for commas "," and semi-colons to avoid breaking DB connection #36

Open bastianilso opened 4 years ago

bastianilso commented 4 years ago

In the comment field, we cannot have commmas or semi-colons - they have to be escaped - otherwise we break the connection to the database.

We might also want to in the future check this via the ConnectToMySQL database.