SQLEditor 1.3.4 and 1.3.5: bugs

SQLEditor 1.3.4 got released on Tuesday, but unfortunately there is a bug in this version. 🙁

The problem is that in 1.3.4 the connection presets system in the database connection panel was modified. There were a couple of fixes made, but one of them releated to selecting presets when the window opened. Unfortunately that change caused users who hadn’t made any presets to experience an error. The problem was that the new code didn’t correctly account for the possibility that there might not be any presets, it was trying to access an array of presets that was empty, which is obviously an error.
This has now been fixed and corrected in 1.3.5. Which should work correctly with or without presets.

This entry was posted in SQLEditor. Bookmark the permalink.

Leave a Reply