Area
Details
General
Improved performance at startup
General
Support for SOCKS (currently only with Java 1.4)
(Select the actual database connection and goto the connection
properties tab. In the category tree choose "Driver Properties" and then add these to control the SOCKS connection:
socksProxyHost, socksProxyPort)
General
The unsaved edits dialog that may be display when exiting DbVisualizer now also have the choice to
"Cancel" the exit process
General
Errors that appear as a result of database requests are now more detailed
General
Set Quick Filter for Selection added to grid right click menu
General
JDBC SQLWarnings are now taken care of in the SQL Commander
Table Editors
Form Editor now accepts editing BLOB data types in a regular text editor
Table Editors
Images such as PNG, JPEG, GIF can now be zoomed in the Form Editor
Table Editors
A warning is now displayed in the form editor if importing a file that is bigger then the size of the actual column
Table Editors
A warning is now displayed in the form editor if performing an insert or update without no values being selected.
(This previously resulted in an error being displayed).
Table Editors
Disabled so that "not null" fields are not automatically "checked" in the form and inline editors (or check if
there is a default value for the column and if so do not check these columns)
Driver Manager
Added driver definitions and wizard support for Derby embedded and server
Driver Manager
Driver Manager now automatically switch to either Dynamic or System tab depending on Default Class.
Driver Manager
Driver Manager now automatically detects the JDBC/ODBC bridge
Tool Properties
Now possible to set font size for all of the UI (Fonts->Application Font Size in Tool Properties)
Tool Properties
Decimal Number Format added to the Data Formats tool properties category.
Tool Properties
Tool Properties->Copy settings changed from t, r, rn to textual representation
Tool Properties
Unformatted - Strip Zero Fraction added to decimal number format list in Tool Properties
Database Objects Tree
Now accept a blank as NULL string representation
Database Objects Tree
Added "Reload Objects Tree" to View menu
Database Objects Tree
Removal of a database connection must now be confirmed
SQL Commander
New client side commands in the SQL Commander:- @window iconify
- @window restore
- @exit [nocheck]
SQL Commander
@export on/@export set/@export off- These are used to redirect result sets from SQL commands
to file(s) instead of being
presented in the GUI
SQL Commander
@set serveroutput on/off; now supported in the SQL Commander- This will cause Oracle
DBMS_OUTPUT
results to be displayed in the log
SQL Commander
New command line arguments: -execute and -invisible. These can be used with the new @export
command to launch DbVisualizer, perform one or several SQL selects, export their results and then quit DbVisualizer
SQL Commander
Output from set showplan on now appear in the SQL Commander log
SQL Commander
Having use xxx or use database xxx in a script did not have any effect if there was a database
selected in the Database drop down i.e the following statements would operate in the Database selected by the drop down