You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export to file in the query tool now supports PostgreSQL's COPY format
(text mode), honouring the "column names" flag, encoding, and line
endings.
The database comparison report now applies the diff_cleanupSemantic
cleanup pass for cleaner diff output.
Changed
The comparison dialog's word-by-word mode was replaced with a
line-by-line comparison ("Lines compare"), which produces more accurate
diffs for multi-line source objects.
Fixed
Fixed Alt+E in the query result grid: the E key no longer leaks through
as a grid search keystroke when Alt+E opens the export dialog.
Fixed a crash when repeatedly pressing the query-execution key while a
query was already running — re-execution is now refused while busy.