DbVisualizer 8.0.9

Advertisements

Database Browser Tree based navigation through all database objects. Browse object details and invoke management features.
Database Object Management Visual support to create, alter and modify characteristics for database objects such as tables. Edit and compile support for procedures, functions, packages and triggers. Extensive database specific support.
Table Data Management Support for editing table data including binary/BLOB and CLOB data types, import from file.
Tools SQL editor with support for auto completion, parameterized SQLs, SQL formatter, visual query builder, explain plan, export large result sets. Export objects in a database/schema as DDL and table data in the database server.
Database Server Management DBA features for managing database instance, storage and security parameters in the database server.
Comprehensive Database & OS Support Database specific support: for Oracle, Sybase, SQL Server, PostgreSQL, DB2, Mimer, Neoview, MySQL, Informix, JavaDB/Derby. 
Runs on: Windows, Mac OS X, Linux/UNIX.

User's rating:

  • Currently 1.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
Enlarge the screenshot of DbVisualizer
[ Enlarge Image ]

Download alternate DbVisualizer solution

Look at the free or trial alternatives and similar apps to DbVisualizer software by the tags. It's possible also to find substitutes for the most popular titles in the Software Development category.

| Visualisation | Sybase | Sqlplus | Sql Server | Postgresql | Oracle | Mysql | Mckoi | Maxdb | Jdbc | Java | Informix | Hsqldb | Explore | Driver | Dbvisualizer | Dbvisualiser | Db2 | Database | Browser |

History updates (Complete changelogs since the listing on this site)

8.0.9 [05-22-12]

New Feature
  • General Add dbvisgui -windowtitle parameter for customization of the DbVisualizer window title Improvement
  • Chart Make it possible saving default chart settings between sessions
    [http://www.dbvis.com/forum/thread.jspa?threadID=3853 ]
  • General Increase default max Java memory for DbVisualizer from 256MB to 512MB Bug
  • Database Objects Tree Show Table Row Count does not work for tables with mixed case names or names containing reserved characters
  • DB Support: DB2 LUW Source for Procedures, Functions etc. not available when created with CREATE AND REPLACE
  • DB Support: SQLite Need to always treat non-decimal numbers as BIGINT and decimal numbers as DOUBLE to handle large values
  • DB Support: SQLite Export Schema is not available for SQLite
  • DB Support: SQLite Tables are not listed in alphabetic order under the Tables node
  • Export Empty CLOB/BLOB values are represented as NULL when exporting as Value
  • General Using a single right parenthesis as the variable prefix leads to invalid generated SQL
  • Import When importing very large files (more than 2,147,483,647 bytes), the progress indication is incorrect
  • Navigator No warning about pending edits when reloading the graph or deleting a selected node
  • Navigator Reloading the graph eats memory
  • Procedure Editor Ctrl+Enter in the procedure editor results in exception
  • SQL Commander Load and execute of a bookmark or monitor script don't load its visual layout between sessions
  • SQL Commander Stopping a query in the SQL Commander for Sybase IQ erroneously clears any partially retrieved result set
    [http://www.dbvis.com/forum/thread.jspa?threadID=3843 ]
  • SQL Commander NullPointerException when using Execute Current with the caret in a comment on the first line
    [http://www.dbvis.com/forum/thread.jspa?threadID=3827 ]
  • Other versions : 8.0.8 8.0.7 8.0.5 8.0.4 8.0.3 8.0.1 8.0 7.1.5 7.1.4 7.0.2

    v8.0.8 [02-19-12]

    Improvement

  • Database Profile: Commands Add new continueonerror="true" attribute for the element
    [http://www.dbvis.com/forum/thread.jspa?threadID=3757 ]
  • DB Support: DB2 LUW Missing "Schema Index" field in the Create Index action
  • DB Support: MySQL Include DEFINER attribute in CREATE PROCEDURE/FUNCTION/TRIGGER statement for Procedure Editor
    [http://www.dbvis.com/forum/thread.jspa?threadID=3777 ]
  • DB Support: PostgreSQL Add Cascade option for the Drop Schema action
  • SQL Editor Use keybindings for Find Next/Previous also for Quick Find
  • SQL Editor Make the line highlight color configurable Bug
  • Chart An error occur when displaying a chart when all values in a serie is 0
    [http://www.dbvis.com/forum/thread.jspa?threadID=3790 ]
  • Connection Setup Right-click on category labels in the Connection tab gives ClassCastException
    [http://www.dbvis.com/forum/thread.jspa?threadID=3771 ]
  • Database Objects Tree Java 1.7: Reconnecting database connections may show an error
  • DB Support: PostgreSQL Support for the UUID data type is missing in the Create Table action
  • DB Support: Sybase ASE Show Default Database/Schema doesn't work with Sybase
    [http://www.dbvis.com/forum/thread.jspa?threadID=3751 ]
  • DB Support: Sybase ASE Auto completion doesn't work for Sybase
    [http://www.dbvis.com/forum/thread.jspa?threadID=3752 ]
  • Driver Manager Cannot load directory of driver classes in the Driver Manager
    [http://www.dbvis.com/forum/thread.jspa?messageID=13732 ]
  • Import Colors indicating skipped rows in the import preview are not visible
  • SQL Commander Clicking in the Log to select the corresponding statement in the editor selects the wrong statement when it has been executed with Execute Current or Execute Selected
    [http://www.dbvis.com/forum/thread.jspa?messageID=12895 ]
  • SQL Commander Pinned result set produced by procedures are not properly cleared at next execute or remove
    [http://www.dbvis.com/forum/thread.jspa?threadID=3779 ]
  • SQL Editor An empty debug window is displayed (if auto popup is enabled) when pasting text copied from IntelliJ IDEA
  • SQL Editor Horizontal scrollbar disappears when moving the caret to the beginning of a single long line
    [http://www.dbvis.com/forum/thread.jspa?threadID=3767 ]
  • SQL Editor Caret position is moved horizontally after a find and then press down keyboard button
  • SQL Editor Drag-n-drop database objects from another instance of DbVisualizer into the SQL editor results in an error
    [http://www.dbvis.com/forum/thread.jspa?threadID=3786 ]

  • v8.0.7 [12-24-11]

    Improvement

  • DB Support: DB2 iSeries Support multiple result sets generated by stored procedure for DB2 iSeries
  • SQL Commander Should be possible to force presentation of the real column name even if column alias is used in queries
  • SQL Editor Make it possible to have Find scroll match to center of editor rather than just enough to show the match
    [http://www.dbvis.com/forum/thread.jspa?threadID=3731 ]
  • SQL Editor Make it possible to turn off the caret blinking Bug
  • DB Support: Informix Default value is missing in the DDL for NOT NULL character type columns
  • DB Support: SQL Server An NVARCHAR(MAX) column is generated as NVARCHAR(0) in DDL
  • DB Support: SQL Server No code is shown for procedures, functions and triggers if the database name contains a space or other special character
  • DB Support: SQLite Column nullability and default value should be disabled in Alter Table
  • DDL Generator The primary key column order may be incorrect when using the Generic, H2, SQLite, Oracle or Mimer database types
    [http://www.dbvis.com/forum/thread.jspa?messageID=13483 ]
  • Export Excel OOXML export may output special characters in wrong encoding
  • Navigator Related Table is not enabled when using Show in Navigator in the Data tab even when cells are selected
  • OS Support: Mac OS X Add workaround for the memory leak introduced in Java 1.6.0_29 on Mac OS X
  • SQL Commander Opening a non-existing file with File->Open Recent show truncated error and the file is then kept in the recent files list
    [http://www.dbvis.com/forum/thread.jspa?threadID=3739 ]
  • SQL Editor Find All does not scroll to make the first match visible
    [http://www.dbvis.com/forum/thread.jspa?threadID=3731 ]
  • SQL Editor Find Next does not use criteria set up by Find All
    [http://www.dbvis.com/forum/thread.jspa?threadID=3731 ]
  • SQL Editor When pasting really fast after typing, Undo undoes both the typing and the pasting
  • SQL Editor Find does not reset highlighted matches made by Find All
    [http://www.dbvis.com/forum/thread.jspa?threadID=3731 ]
  • SQL Editor Problem with special characters in the search string for Quick File Load
  • Table Data Editor Mime type for ZIP archives is wrong
  • Table Data Editor Unrecognized binary data is marked as modified just by opening it in the cell editing window
  • Table Data Editor Using column alias in selects may disable data editing for some databases
    [http://www.dbvis.com/forum/thread.jspa?threadID=3740 ]

  • v8.0.5 [11-05-11]

    Improvement

  • Scripts Add "Open Enclosing Directory" command for script, history and favorite files
  • SQL Commander Redefine "Execute Current" to mean "Execute statement containing the caret or ending on line with caret"
    [http://www.dbvis.com/forum/thread.jspa?threadID=3554 ]
  • SQL History Show file encoding in the SQL History feature Bug
  • Auto Completion Auto-completed names may contain whitespace
  • Command Line Support (dbviscmd) Variables used in the export file name retain the delimiters after substitution when executed via the command line interface
  • Connection Setup Changing some options, e.g. Authentication Method, does not add/remove related fields immediately
  • DB Support: HP Neoview If data format for numbers or decimal numbers in Tool Properties include thousand separator it may result in errors while walking the objects tree
  • DB Support: MySQL The SQL used internally to get a list if users does not work when sql_mode is set to ANSI_QUOTES
  • DB Support: PostgreSQL Exception when expanding Triggers node or opening Trigger Editor with PostgreSQL 9.1
  • Export Export to XLSX doesn't drop column headings when column data is dropped
    [http://www.dbvis.com/forum/thread.jspa?threadID=3666 ]
  • Grid Component Quick filter doesn't work in the Variable Replacor window
  • Import Import doesn't properly handle embedded escaped quotes in quoted data i.e. 'smith''s'
  • Navigator Switching tabs with pending grid edits cause a NullPointerException
  • SQL Commander History file entries created by the SQL Commander are not using the encoding as specified in Tool Properties->Encoding
  • SQL Commander Clicking on the Locate Error Statement icon in the log when the script has been executed with Execute Buffer results in an exception
  • SQL Commander Disabling "Process Variables in SQL" or "Process Parameter Markers in SQL" have not effect and variables and markers are always processed
  • SQL Editor Caret position is misleading for CRLF line break, counted as two positions

  • v8.0.4 [09-17-11]

    Improvement

  • Grid Component Allow adding/removing non-adjacent rows in selection by ctrl+click in the grid row header
    [http://www.dbvis.com/forum/thread.jspa?threadID=3649]
  • SQL Commander Show any chained errors when executing in the SQL Commander
    [http://www.dbvis.com/forum/thread.jspa?threadID=3639] Bug
  • Data tab Memory leak while reload in a SQL Commander result set or in the table Data tab
  • DB Support: Mimer SQL User Defined types are not expressed properly in the CREATE TABLE DDL
  • Grid Component Exception is raised if opening the cell editor with a (null) value
    [http://www.dbvis.com/forum/thread.jspa?messageID=13123]
  • Query Builder Expressions containing operations (e.g. "a - b + c") are corrupted when loaded into the Query Builder
  • SQL Commander Showing result sets in the SQL Commander will generate an OutOfMemoryError with Alloy L&F and having the "Automatically Show Grid Warnings" enabled
  • SQL Editor Delete to Word Start/End only works once if the caret is in the middle of a word
    [http://www.dbvis.com/forum/thread.jspa?messageID=13163]
  • SQL Editor The Insertion Point to End of Line shortcut moves the caret to a position one column beyond the end of line for scripts with CRLF (Windows) line terminators

  • v8.0.3 [09-07-11]

    Improvement

  • DB Support: Mimer SQL Show error position in the SQL log when running a statement in SQL Commander
  • Explain Plan The node tooltip should be disabled while in the magnifying mode
  • Grid Component Allow using the SPACE key to select entries in editable cell lists
    [http://www.dbvis.com/forum/thread.jspa?threadID=3504 ]
  • Grid Component Enable the hex viewer for any data type and not only binary/BLOB
  • Grid Component The read-only only cell viewer window should include the button to convert XML (and any other formatted views) to plain text
  • Key Bindings Command-W should close tab/internal windows rather than Commands-F4 when using OS X key map
  • Table Data Editor Column names specified in different case may result in table data editing being disabled Bug
  • Auto Completion If a TAB precedes the completion list, the selection replaces all content on the line
  • Database Profile: Actions Actions with password data appear in clear text in the preview area
    [http://www.dbvis.com/forum/thread.jspa?threadID=3631 ]
  • DB Support: DB2 LUW Explain plan don't work properly if setting the currentSchema driver property
  • DB Support: DB2 LUW VARGRAPHIC size is not included in DDL
    [http://www.dbvis.com/forum/thread.jspa?threadID=3611 ]
  • Grid Component Java VM error may occur when using copy in grid or export
    [http://www.dbvis.com/forum/thread.jspa?threadID=3618 ]
  • Grid Component Scrollbars are not reset when loading a smaller CLOB in the Data Cell Editor
    [http://www.dbvis.com/forum/thread.jspa?threadID=3612 ]
  • Navigator Selecting a Related Table with the mouse picks the currently selected entry and not the entry under the mouse
    [http://www.dbvis.com/forum/thread.jspa?messageID=12986 ]
  • SQL Commander When passing a variable to the @run command, a "file does not exist" message is erroneously logged
  • SQL Editor Expand All does not adjust the horizontal scroll bar size appropriately
  • SQL Editor With Expand Tab to Whitespace enabled, the TAB key always inserts a fixed number of spaces instead of aligning at tab positions
  • SQL Editor The Comment Line/Block features comment only the visible region in the editor
  • SQL Editor The Comment Line feature comments the row where the caret is even if that row is not part of the selection
  • SQL Editor Caret is invisible or is not blinking while executing a script
    [http://www.dbvis.com/forum/thread.jspa?threadID=3499 ]
  • SQL Editor The radio button in the Target section in the Find/Replace dialog can not be set by clicking on the labels
    [http://www.dbvis.com/forum/thread.jspa?threadID=3573 ]
  • SQL History Details pane may not show in the Scripts and History features
  • Workspace Double-click a .sql file in the finder, DbVisualizer starts but the file is not loaded. (Works fine on Windows)

  • v8.0.1 [07-15-11]

    Improvement

  • Connection Setup Embedded databases taking filename as part of the database URL should offer a file chooser in the connection setup (Server Info only)
    [http://www.dbvis.com/forum/thread.jspa?threadID=3550 ] Bug
  • Data tab The "Max Rows at First Display" setting have effect only for the very first table data being displayed
    [http://www.dbvis.com/forum/thread.jspa?threadID=3538 ]
  • DB Support: PostgreSQL Exception or incomplete info when getting column info for DDL
  • Export Export in XLS/XLSX format occasionally leave the exported file locked by DbVisualizer
  • General Browsing the online documentation from the Help->Users Guide in DbVisualizer results in a 404 (Page not found) error
  • Import Changing Decimal Number Format in Tool Properties from Unformatted may lead to data truncation during import
  • Performance/Stability Occasional exceptions may appear at startup
  • SQL Commander Running SQL blocks may result in error
    [http://www.dbvis.com/forum/thread.jspa?threadID=3558 ]
  • SQL Editor Changing SQL Editor font is not preserved for the primary editor when re-starting DbVisualizer
    [http://www.dbvis.com/forum/thread.jspa?messageID=12756 ]
  • SQL Editor When dropping a name into the SQL editor the position of the cursor is not moved after the name but stay at the drop position
  • SQL Formatter The Format SQL->Paste Formatted clear the editor and reset undo buffer while it should just paste at caret position and keep undo buffer
  • SQL Formatter Format SQL->Copy Formatted should operate on selection rather than whole buffer
    [http://www.dbvis.com/forum/thread.jspa?threadID=3407 ]

  • v8.0 [06-18-11]

    New Feature

  • Chart Replace the outdated charting component with a modern one (see related improvements below)
  • Connection Setup Add support for SSH tunneling
    [http://www.dbvis.com/forum/thread.jspa?threadID=1281 ]
  • Connection Setup Redesign the Connect tab to enable SSH tunneling, more prominent placement of common properties, etc.
  • DB Support: H2 Add extended support for the H2 database
  • DB Support: JavaDB/Derby Add Sequence support for JavaDB/Derby
  • DB Support: Mimer SQL Add Explain Plan support for MimerSQL
  • DB Support: SQLite Add extended support for the SQLite database
  • DDL Generator Add DDL generator and application support for CREATE INDEX
  • Export Add Export actions for individual object, i.e. View, Procedure, Function, Package, Package Body, and Trigger
    [http://www.dbvis.com/forum/thread.jspa?messageID=11149 ]
  • Export Add support for export in OOXML (xlsx) format. Enables export of more than 65K rows in a single sheet
  • Export Add TXT export format used to export fixed width columns output (grid export only)
  • General Add support for the -connection, -userid and -password arguments for the DbVisualizer GUI. When passed as arguments then automatically connect the database connection at startup
  • General Adapt DbVisualizer for the upcoming Java 1.7 version
  • Grid Component Add "Copy Selection as Text (With Column Header)" in the grid right-click menu
  • Navigator Allow editing in the Navigator grid
    [http://www.dbvis.com/forum/thread.jspa?threadID=2062 ]
  • Navigator Add Quick Filter for the Navigator grid
    [http://www.dbvis.com/forum/thread.jspa?threadID=3124 ]
  • SQL Commander Add "Show Object at Cursor" feature that will locate the object at the cursor position and show its details in window
    [http://www.dbvis.com/forum/thread.jspa?messageID=6566 ]
  • SQL Editor Replace the SQL/text editor component to allow for various improvements (see below)
  • Workspace Optimize screen estate usage. Allow for configuring visibility of certain components Improvement
  • Auto Completion Auto completion doesn't work if command is "WITH"
  • Auto Completion Add the supported client side commands to the auto completion popup
  • Auto Completion Auto Completion should show database specific reserved words
  • Chart Support date/time/timestamp columns in X axis with proper scaling
    [http://www.dbvis.com/forum/thread.jspa?threadID=2992 ]
  • Chart A monitor script with manually adjusted chart settings are not used if re-executing the monitor in the SQL Commander
    [http://www.dbvis.com/forum/thread.jspa?messageID=10591 ]
  • Chart Chart setting changes made in the SQL Commander should be used automatically for new charts
    [http://www.dbvis.com/forum/thread.jspa?messageID=7817 ]
  • Chart Make more chart settings persistent
  • Chart Automatically setup serie in chart at first display
  • Chart Support GIF export format for Charts
  • Chart A bookmark in SQL Commander should apply any chart settings from the bookmark
  • Command Line Support (dbviscmd) Use a better error message when the specified connection does not exist
    [http://www.dbvis.com/forum/thread.jspa?threadID=3277 ]
  • Connection Setup Using the connection wizard to create a connection should insert the new connection based on the current object tree selection
  • Connection Setup Change the controls to make it clear that Save Password and Clear Password at Disconnect are mutually exclusive
    [http://www.dbvis.com/forum/thread.jspa?threadID=3427 ]
  • Create/Alter Table Include table name in constraint name suggestions
  • Data tab The data filtering feature automatically add WHERE first making it impossible to manually add for example "with (NOLOCK)". Fix by allowing !WHERE to be specified first in the filter
  • Database Objects Tree The cache with primary keys and unique indexes need to be reset when reloading the objects tree (and also implicitly at reconnect)
  • Database Profile: Actions The object action window need to be bigger for some actions such as "Create Tablespace" in Oracle
  • Database Profile: Actions Unsaved edits in the object action window should be confirmed when user request canceling the action
  • DB Support: Oracle The list of TNS names for Oracle should be sorted
    [http://www.dbvis.com/forum/thread.jspa?messageID=12092 ]
  • DB Support: Oracle Use the temporary table SYS.PLAN_TABLE$ for explain plan in Oracle 9+
    [http://www.dbvis.com/forum/thread.jspa?threadID=2775 ]
  • DB Support: Oracle Better support for "Object Type" objects in Oracle
  • DB Support: Oracle Add "resize datafile" and "add datafile" actions for UNDO and TEMP tablespaces
  • DB Support: Oracle ASM updates for Oracle
  • DB Support: Oracle Support for Oracle rules, /*+rule */, without need for special configuration
    [http://www.dbvis.com/forum/thread.jspa?messageID=11222 ]
  • DB Support: PostgreSQL Support for array types in DDL
    [http://www.dbvis.com/forum/thread.jspa?threadID=3501 ]
  • DB Support: SQL Server Show computed column expression in DDL
    [http://www.dbvis.com/forum/thread.jspa?threadID=3382 ]
  • DB Support: Sybase ASE Order objects based on schema and name, as opposed to just name without regard for the schema
  • Explain Plan Add copy to clipboard functionality for explain plan result set
  • Explain Plan The tree view in explain plan should be exportable
  • Explain Plan Copy Selection as Text and Export Grid (TXT and HTML formats) in Explain Plan grid should indent the tree column accordingly
  • Export Make it possible to select how to delimit SQL blocks for procedure DDL
    [http://www.dbvis.com/forum/thread.jspa?messageID=11000 ]
  • Export Option to control position of SQL statement in export output (above/below result set)
  • Favorites Add Replace action for a favorite that references a database object. This should replace the information for the favorite with the data for the selected database object
  • General Quitting DbVisualizer should wait for all active connections to properly disconnect
  • General Menubar items are not anti aliased when running DbVisualizer in Linux
    [http://www.dbvis.com/forum/thread.jspa?messageID=8172 ]
  • Import Optionally drop an existing table with the same name when using Import to New Table
    [http://www.dbvis.com/forum/thread.jspa?threadID=3379 ]
  • Import Add copy/paste support in "New Database Table" and in the "Map Table Columns with File Columns" import table data grids
  • Installation Allow command line flag to the installer that disable file associations when installing in silent mode
    [http://www.dbvis.com/forum/thread.jspa?messageID=12047 ]
  • Monitor Should be possible to hide the toolbar for each monitor window/tab
  • Monitor Save chart font, colors and other settings with monitor
  • Monitor Auto started monitors need to run the connect prompter
  • Navigator Add possibility to select a row in the Data tab grid and use it as start for the Data Navigator
    [http://www.dbvis.com/forum/thread.jspa?messageID=9500 ]
  • OS Support: Mac OS X Mac OS X: Option to add newly installed version in the Dock
  • Print Print text in the SQL Editor as text instead of as a screenshot
  • Query Builder Improve the support for CASE clauses in a query
  • References Add option to control whether compound references should be rendered only with one link
  • References Add an option to control auto zooming when searching in the references graph
    [http://www.dbvis.com/forum/thread.jspa?messageID=10957 ]
  • Scripts Loading a file from the Scripts tab should use the Default File Encoding in Tool Properties if encoding for the file is not set
  • Scripts Minimize file access operations to increase performance when accessing files on remote hard drives
    [http://www.dbvis.com/forum/thread.jspa?messageID=11104 ]
  • SQL Commander Should be possible to open a .sql file and load it into a running instance of DbVisualizer
  • SQL Commander Connections with same alias aren't visibly differentiated in for example the Connection drop down in the SQL Editor
  • SQL Commander Path errors in the @run and @cd command should be handled just like other errors instead of showing an alert dialog and stopping the execution
  • SQL Commander Allow for relative paths to be used with the @cd command
  • SQL Commander Caret position and focus in SQL editors should be preserved when jumping between editor tabs using mouse
    [http://www.dbvis.com/forum/thread.jspa?messageID=10410 ]
  • SQL Commander Add support for ${dbvis-pwd} that will be replaced with the current directory
    [http://www.dbvis.com/forum/thread.jspa?messageID=11067 ]
  • SQL Commander Add new setting to control whether result sets produced in the SQL Commander always should be read-only
  • SQL Editor Allow change of background color in the SQL editor and foreground color for text
    [http://www.dbvis.com/forum/thread.jspa?messageID=9591 ]
  • SQL Editor Support for code folding in the SQL editor
    [http://www.dbvis.com/forum/thread.jspa?messageID=6231 ]
  • SQL Editor Must be possible to change colors in the editor
  • SQL Editor Color-coding should not interpret backslash as an escape character other than for MySQL databases
    [http://www.dbvis.com/forum/thread.jspa?threadID=2195 ]
  • SQL Editor Underline should not be considered a separator between two words on double click i.e. both words and the underline should be selected
  • SQL Editor When opening a new SQL Editor the settings for Max Rows/Max Chars should pick their values from the previously displayed editor
    [http://www.dbvis.com/forum/thread.jspa?messageID=12081 ]
  • SQL Editor Should be possible to disable bold for keywords in the SQL Editor
  • SQL Editor Add database specific highlighting of reserved words
  • SQL Editor Insertion "Point to Next/Previous Word" should ignore underscore characters
  • SQL Editor Add a "Search Scope" in the SQL Editor Find feature
    [http://www.dbvis.com/forum/thread.jspa?threadID=3313 ]
  • SQL Editor Support regular expression in Find
  • SQL Editor SQL Editor shall have focus when going to SQL Commander directly after start-up of DbVisualizer
  • SQL Editor SQL editor should support anti-aliased fonts
    [http://www.dbvis.com/forum/thread.jspa?threadID=1945 ]
  • SQL Editor Make it possible to change the selection color
    [http://www.dbvis.com/forum/thread.jspa?threadID=3496 ]
  • SQL Editor Show position of caret based on current statement
  • SQL Editor Add support for editing macro recording and playback
  • SQL Editor Add support for Paste from previous clipboard content
  • SQL History Quick filter in the SQL History should support searching the SQL script content
    [http://www.dbvis.com/forum/thread.jspa?messageID=6308 ]
  • Table Data Editor Table data editor should keep focus when saving or reloading the data
  • Table Data Editor Save and undo buttons in table data editor are not activated when editing a single cell or when using functions to fill a single cell
    [http://www.dbvis.com/forum/thread.jspa?threadID=3398 ]
  • Table Data Editor Add Enable/Disable All buttons in the key column chooser
    [http://www.dbvis.com/forum/thread.jspa?messageID=11269 ]
  • Table Data Editor Table Data editing should not rely on the variable identifier/delimiter specified in Tool Properties
  • Tool Properties The settings for proxy should automatically be picked from the system
  • Workspace Support drag and drop of bookmark, monitor and favorite files between DbVisualizer and external tools such as Windows Explorer, Finder (Mac) and File Browser (Linux)
    [http://www.dbvis.com/forum/thread.jspa?messageID=8266 ]
  • Workspace Adjust all windows so that they are no bigger than 1280x800 Bug
  • Auto Completion Manually specified qualifier is removed when using auto completion
    [http://www.dbvis.com/forum/thread.jspa?threadID=3353 ]
  • Auto Completion Auto completion doesn't show if name is immediately preceded with a slash
    [http://www.dbvis.com/forum/thread.jspa?messageID=10825 ]
  • Auto Completion Table hint for SQL Server is treated as alias in the auto completion feature
  • Auto Completion Auto completion should use the database/catalog qualifier when looking for matching tables and columns
    [http://www.dbvis.com/forum/thread.jspa?threadID=3349 ]
  • Database Profile: Actions The SQL Formatter spins forever when formatting the action SQL for Create Synonym
    [http://www.dbvis.com/forum/thread.jspa?threadID=3525 ]
  • DB Support: Oracle Cannot use a plan_table referenced with a public synonym
  • General Copy text from IntelliJ IDEA results in a low level warning message being printed in the debug window
    [http://www.dbvis.com/forum/thread.jspa?threadID=1722 ]
  • Performance/Stability Memory leak while running a lot of actions
    [http://www.dbvis.com/forum/thread.jspa?threadID=3340 ]
  • Performance/Stability Memory leak
  • SQL Editor Color highlighting for comments in the SQL editor doesn't match the settings of comment identifiers
  • SQL Editor Syntax coloring doesn't render properly if certain character combinations are in the editor buffer
  • SQL Editor Netbeans editor suddenly disappear on Windows
  • SQL Editor The warning "The file has been modified externally after it was originally loaded" in the SQL editor may appear erroneously if the file is stored on a network drive
    [http://www.dbvis.com/forum/thread.jspa?messageID=12430 ]
  • SQL Editor Extend Selection to Beginning of Line (or Beginning of Text on Line) should not restart selection
    [http://www.dbvis.com/forum/thread.jspa?threadID=3481 ]
  • SQL Formatter Formatter breaks erroneously on "TIMESTAMP
    WITH
    TIME ZONE..."
  • Table Data Editor If selecting a cell directly start edit the value no cursor appear

  • v7.1.5 [02-25-11]

    Bug

  • Data tab Decimal number precision may be cleared if using another Decimal Format than "Unformatted" and the formatting rules for the current locale use a "," as decimal separator
  • Export Exception thrown when exporting table data with a driver that does not provide schema/catalog info, such as the Transoft driver
  • General Having Tool Properties->General->Table Data->Show Table Row Count enabled may lock the GUI if two or more main windows are displayed
  • Grid Component The auto column width formatter sometimes truncate columns showing "..." at the end cell
  • SQL Editor SQL editors may lose sync with what file is being loaded and what file is reported in the editor title
    [http://www.dbvis.com/forum/thread.jspa?messageID=12015]

  • v7.1.4 [11-24-10]

    Improvement

  • Connection Setup Change the variable delimiters in Connection setup details from $$...$$ to the same used in SQL Commander (default ${...}$)
    [http://www.dbvis.com/forum/thread.jspa?threadID=3319]
  • SQL Commander Format the numbers in execution result counters in the progress information area Bug
  • Connection Setup Jumping between two database connections with the same URL may accidentally modify the second connections URL if editing the URL in the first connection
  • DB Support: DB2 LUW Explain plan can only be performed with EXPLAIN_xxx tables being stored in the login schema even if using "set current sqlid = "" as connection hook
  • DB Support: Informix The DBA keyword is missing in the source loaded into the source editor for procedures and functions
  • DB Support: JavaDB/Derby Exporting indexes for a table fails with Derby 10.6
  • DB Support: Oracle Explain Plan in Oracle present less information than in versions prior to 7.1
  • DB Support: SQL Server Opening the Groups node with SQL Server 2008 or newer gives an error
  • DB Support: Sybase ASE The DDL shown or exported for a large view declaration may have text segments out of order
  • DB Support: Sybase ASE Procedure is shown twice in the Object Type list in the Object Filter section
  • DDL Generator Precision and scale are not included in DDL type declaration for decimal data types when using the Generic profile
  • DDL Generator The DROP INDEX syntax is incorrect for some databases
  • Export DROP statements should not be generated for indexes, since they are dropped when the table is dropped
  • Export When exporting a table with BIT data, the BIT values are quoted in the INSERT statement
    [http://www.dbvis.com/forum/thread.jspa?messageID=11501]
  • Export The exportsettings.xml/exportschemasettings.xml files may be empty resulting in an XML error when exporting
    [http://www.dbvis.com/forum/thread.jspa?messageID=11702]
  • Installation The 64-bit Windows installer may download a 32-bit Java VM which will result in errors
    [http://www.dbvis.com/forum/thread.jspa?threadID=2155]
  • Key Bindings Control+S may switch to Database Search if using the key binding to save an already saved SQL editor
  • References Showing table references for a specific table results in an error if doing a Reload
  • SQL Commander Preprocessing of a script larger than 5 MB fails
  • SQL Commander Whitespace should be ignored after the block end delimiter
  • SQL Commander The Elapsed Time counter is not running when parsing and executing large scripts without preprocessing
  • Workspace Default file encoding is not considered when opening a SQL file in the OS environment (with for ex. Windows Explorer or OS X Finder)

  • v7.0.2 [02-17-10]

    -Database Profile: View - Re-introduce the debugging feature of viewers i.e Ctrl+Click tab
    -Import - Filename don't appear in grid window title when doing import to Grid
    -SQL Commander - Massive resource usage (threads and memory) when running a large script
    -SQL History - Entering an invalid value in the History Max Entries field results in an error on next start-up

    Average review rating :

    Useful independent reviews and opinions of the users

    Review DbVisualizerWrite a review « Be the first to post a review for DbVisualizer download!

    Predicted future versions and notices:

    The doDownload.com constantly monitors the update of all programs, including information from the DbVisualizer 8.0.10 changelog file, however sometimes it can happen that data are not complete or are outdated.We assume that author continue's to develop 8.1.0 version with further advanced features, and soon you will be informed. Equally important 9.0.0 upgrades of the program we will continue to monitor. Full DbVisualizer description has been compared with the overall software database and our algorithm has found the following applications (are showed below).

    Download 19MB DbVisualizer

    Download Direct

    (19MB, Extension: )