ODM2 / ODM2StreamingDataLoader

A program for streaming continuous sensor data into an instance of Version 2 of the Observations Data Model (ODM2)
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Database Connection breaks when strings contain ";" #82

Closed kwuz closed 7 years ago

kwuz commented 7 years ago

still needs some cleanup, will open separate issue. Ready for testing on edit_branch

sreeder commented 7 years ago

@kwuz this should not be deleting the semicolon from the string. Can you see if there is a way to insert an escape character instead. If they enter a semicolon, they likely did it for a reason.

kwuz commented 7 years ago

sure, I'll get on that

kwuz commented 7 years ago

Okay, ready for testing again on branch issue_82b. Managed to get it so semicolons are accepted, but doesn't crash the program. Program will attempt to connect to the db with the given values, and will show the invalid connection dialog when it fails.