General
Tools->Table Data Import added
Tools->Connection Wizard added
The Export feature changed to a Wizard
Export settings can now be saved between sessions
New section in the users guide: Plug-in Framework
General
Improved performance at startup
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)
The unsaved edits dialog that may be display when exiting DbVisualizer now also have the choice to
"Cancel" the exit process
Errors that appear as a result of database requests are now more detailed
Set Quick Filter for Selection added to grid right click menu
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
Images such as PNG, JPEG, GIF can now be zoomed in the Form Editor
A warning is now displayed in the form editor if importing a file that is bigger then the size of the actual column
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).
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 now automatically switch to either Dynamic or System tab depending on Default Class.
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)
Decimal Number Format added to the Data Formats tool properties category.
Tool Properties->Copy settings changed from \t, \r, \r\n to textual representation
Unformatted - Strip Zero Fraction added to decimal number format list in Tool Properties
Database Objects Tree
Now accept a blank as NULL string representation
Added "Reload Objects Tree" to View menu
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]
@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
@set serveroutput on/off; now supported in the SQL Commander
- This will cause Oracle
DBMS_OUTPUT
results to be displayed in the log
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
Output from set showplan on now appear in the SQL Commander log
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
General
There were situations when establishing a connection failed and DbVisualizer just stayed at "Connecting. Wait..."
Fixed(?) problem with large papers and print preview for graphs
The direction of the arrows in the References Graph has been flipped
Fixed bug that sometimes caused a grid to be completely empty
Fixed NullPointerException when starting with no XML file
The splitter between the database objects tree and the SQL Commander either could not be moved at all or only
allowed small changes
Table Editors
Numbers were not properly formatted in the inline editor when using a localle that did not handle "." as a
decimal separator
Starting the inline editor did not select all the data in the cell being edited
Database Objects Tree
Fixed bug resulting in (default) not appearing for default schema in the tree if extra spaces were
accidently added to userid in Connection tab
SQL Commander
Using the previous/next operations in the SQL Commander now preserve any changes made in the current editor before
load the previous or next SQL statements from the history
"select * from table1 with nolock where <AC>" did not work properly when popping column names
DB2 UDB
nicknames are now displayed in DbVisualizer Personal
Executing select statements in the SQL Commander sometimes took very long time
DB2 z/OS
Filtering Views did not work in the Objects Tree
Decimal numbers was not properly handled
Oracle
Now possible to filter the names for Synonyms and Views in the database objects tree
PointBase
The (default) marker and management for "Show only default schema" now works
MySQL 5
Table and View objects did not appear in the tree