Bug Fixes:
* Backups did not `backquote` identifiers inside the columns-list of an INSERT statement (ie. “INSERT .. (col1, col2) VALUES ..” instead of “INSERT .. (`col1`, `col2`) VALUES..”). If specific (but not all) keywords were used for naming a column, backups would not restore. This bug was introduced in 8.1.
* A sync script generated with Data Sync had INSERT statements duplicated. Also this bug was introduced in 8.1.
* Fixed a painting issue when switching between DATA tab and RESULT tab.