dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Special Characters Tripping up SQL Commands #56

Open dhunt84971 opened 3 years ago

dhunt84971 commented 3 years ago

Ran into an issue where a special character was used in a note and the saving of the note must have produced an error. No notification was given that there was an error and the note was lost. Need to add more code to check for invalid characters and provide better error handling so the user is alerted when saving the note fails.