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
Enhanced the performance of the F5 batch command. Performance was degrading if a batch of more than 200 SQL commands was run. The degradation is now minimal
Stripping of the basic ISO8859-1 diacritics in a database migration has been added as an option in SQLMigrate
Export of the text in the output panes of the SQL results are now re-directed to a new temporary file within the ODBCQueryTool, instead of starting your default *.txt windows viewer.
Creating view DDL from the right click menu on a view in the object tree. This is a very useful feature to quickly get the DDL of a view,
which is not directly supported by ODBC.
Fixing the split-cursors for dragging the panels sideways and up/down. In essence the cursor definition files (*.cur) where missing.
The password field in the login dialog now has a password eye to view the currently entered password.
Fix for a crash when copying text to the MS-Windows clipboard. This was caused by an incoreect handling of the clipboard data formats.
Added packages to the object tree. This feature is no implemented for Firebird. The package definition and the package body are shown as separate nodes in the tree. The procedure and function names are shown as modules and are extended by the package name. So for instance "my_package.my_procedure" is the name of a procedure in a package.
Entries in the login list can now be sorted. The sorting will be retained in the Windows registry in between sessions.
SQLMigrate has a 'STOP' button to stop the current migration
The migration in SQLMigrate has been moved to a seperate thread, so that the interface can show the logging more reliable during the long migrations.