DBEdit2 Changelog

What's new in DBEdit2 2.4.6

May 11, 2012
  • Fixed too large initial screen width on multiple monitors

New in DBEdit2 2.4.5 (Feb 17, 2012)

  • Fixed semicolons being cut off at the end of PL/SQL blocks

New in DBEdit2 2.4.4 (Oct 15, 2011)

  • Added SQL Server support with the jTDS driver
  • Fixed cropped menu items in Windows 7
  • Fixed occasional inability to open very large SQL files

New in DBEdit2 2.4.3 (Jul 7, 2011)

  • Added work around for Microsoft SQL server not complying to the JDBC specs.

New in DBEdit2 2.4.2 (May 13, 2011)

  • Removed unnecessary dialog after each exception

New in DBEdit2 2.4.1 (Apr 26, 2011)

  • Added password prompt dialog when left empty in the connection settings
  • Added progress dialog with cancel button for multiple lob export/copy/paste
  • Added driver assistant dialog
  • Suppressed derby.log creation in Apache Derby
  • Code refactoring & minor improvements

New in DBEdit2 2.4.0 (Mar 19, 2011)

  • Added syntax highlighting, line numbers, find and replace, ... Right click the editor to see all the features Cut-Copy-Paste-Undo-Redo are also moved to this pop-up menu Thanks to JSyntaxPane -- http://code.google.com/p/jsyntaxpane/
  • Added SQL formatter for basic SQL statements (DML + query) Thanks to Hibernate -- http://www.hibernate.org/
  • Changed some icons

New in DBEdit2 2.3.5 (Mar 19, 2011)

  • Added automatic driver detection
  • Added H2 support
  • Added Apache Derby support
  • Upgraded HSQLDB driver 1.8.1 -> 2.0

New in DBEdit2 2.3.4 (Mar 19, 2011)

  • Added open/save feature for SQL files

New in DBEdit2 2.3.3 (Sep 30, 2010)

  • Added wizard for creating new connections
  • Removed automatic retry after unsuccessful connection attempt

New in DBEdit2 2.3.2 (Jul 15, 2010)

  • Added support for mixed case quoted identifiers

New in DBEdit2 2.3.1 (May 14, 2010)

  • Added support for bind variables
  • Added XML pretty printer to lob preview
  • Optimized dialog sizes
  • Fixed application hang during second query execution on Java 64-bit

New in DBEdit2 2.3 (Apr 13, 2010)

  • Added extended generic database support
  • Added extended generic platform support
  • Added last used file location retainment
  • Added graceful catch for connection URL syntax errors
  • Added a link with URL syntax help in the connection setup dialog
  • Added possibility to run sql's ending with semicolon
  • Added cell copy on Ctrl-C instead of row copy
  • Added 10 sec timeout for background disconnect after application exit
  • Added NClob support
  • Added updatable result set detection
  • Added workaround for Oracle driver 11 bug which closes the connection through some VPN's when cancelling a statement
  • Improved export and open behaviour of result sets and lobs
  • Fixed Oracle timestamp format when exporting to insert statements
  • Fixed last selected schema in the browser not being remembered in some cases
  • Fixed monospaced font on some Linux systems
  • Downgraded Oracle driver 11.1.0.7 -> 11.1.0.6 due to too many bugs

New in DBEdit2 2.2.1 (Mar 16, 2010)

  • Downgraded Oracle driver 11.2.0.1 -> 11.1.0.7
  • Due to Oracle timezone bug (ID 9413359) (SourceForge Bug ID 2970503)
  • Migrated from JDK 5 to 6

New in DBEdit2 2.2 (Mar 11, 2010)

  • Redesigned logo
  • Upgraded Oracle driver 10.2.0.4 -> 11.2.0.1
  • Upgraded IBM DB2 driver 3.50.152 -> 4.7.85
  • Upgraded MySQL driver 5.1.6 -> 5.1.12
  • Upgraded POI 3.0.2 -> 3.6
  • Upgraded iText 2.0.8 -> 5.0.1

New in DBEdit2 2.1.8.1 (Mar 11, 2010)

  • Upgraded DataDirect driver 3.6 -> 4.1

New in DBEdit2 2.1.8 (Mar 11, 2010)

  • Added SQLite support
  • Added HSQLDB support

New in DBEdit2 2.1.7 (Mar 11, 2010)

  • Invalid database content while retrieving resultset is now catched (SourceForge Bug ID 2870148)
  • "Export to insert statements" didn't always export the correct tablename

New in DBEdit2 2.1.6 (Mar 11, 2010)

  • Changed IBM driver result set holdability to "Close cursors at commit" to avoid unwanted locks

New in DBEdit2 2.1.5 (Mar 11, 2010)

  • Added execution time to the progress panel and result grid
  • Added support for procedures returning a result set
  • Added more meaningful DB2 error messages
  • Added connection warnings (password expiration grace period)
  • Optimized result set fetch limit

New in DBEdit2 2.1.4 (Mar 11, 2010)

  • Distributed under the terms of the GNU General Public License
  • Fixed Java version in About dialog
  • Upgraded Oracle driver 10.2.0.2 -> 10.2.0.4
  • Upgraded IBM DB2 driver 3.1.57 -> 3.50.152
  • Upgraded MySQL driver 5.0.4 -> 5.1.6
  • Upgraded POI 3.0.1 -> 3.0.2
  • Upgraded iText 2.0.4 -> 2.0.8
  • Upgraded Launch4j 2.1.5 -> 3.0.0

New in DBEdit2 2.1.3 (Mar 11, 2010)

  • Fixed error when column x is selected and a new query is retrieved with (x - 1) columns

New in DBEdit2 2.1.2 (Mar 11, 2010)

  • Added "Grid - Export - PDF"

New in DBEdit2 2.1.1 (Mar 11, 2010)

  • Fixed queries starting with WITH not executing
  • Fixed history not working smoothly all the time
  • Fixed "Export to insert statements" not escaping single quotes

New in DBEdit2 2.1 (Mar 11, 2010)

  • Included work around for the IBM driver that prevented selecting LOB's
  • Migrated from JDK 1.4 to 1.5
  • Upgraded Oracle driver 10.1.0.4 -> 10.2.0.2
  • Upgraded IBM DB2 driver 2.7.58 -> 3.1.57
  • Upgraded MySQL driver 3.1.13 -> 5.0.4
  • Added Linux and Solaris support

New in DBEdit2 2.0.8 (Mar 11, 2010)

  • Added dropdown to "Add Favorite" with existing favorites
  • Insert from schema browser now overwrites selected text
  • Fixed Alt not opening menu bar
  • Added JRE 6 support

New in DBEdit2 2.0.7 (Mar 11, 2010)

  • Included work around for the IBM driver that prevented executing some analytic functions

New in DBEdit2 2.0.6 (Mar 11, 2010)

  • Fixed bug which prevented result sets containing more than 128 columns to be exported to a flat file
  • Changed Eclipse icon set to Crystal Clear icon set
  • Suppressed database update when a cell is exited without the value being changed
  • Replaced "Query help" with a "Schema browser"
  • To open the schema browser press Alt+Enter or click the most right button on the toolbar, repeat action to close
  • Use the keyboard arrow keys to navigate, Esc to cancel, Enter or double click to select (Ctrl+S now inserts the frequently used text "select * from " in the editor)

New in DBEdit2 2.0.5 (Mar 11, 2010)

  • Added program name "DBEdit 2" to Oracle and IBM DB2 session
  • Added support for running large scripts
  • Added possibility to export multiple lobs at once
  • Added MySQL support

New in DBEdit2 2.0.4 (Mar 11, 2010)

  • Added Edit - History
  • Added Edit - Undo/Redo
  • Added more toolbar items

New in DBEdit2 2.0.3 (Mar 11, 2010)

  • Added "Grid - Lob - Copy and Paste" to transfer multiple lobs at once

New in DBEdit2 2.0.2 (Mar 11, 2010)

  • Fixed "Help - About - Homepage" link and
  • "Update - Download latest version" link when using Internet explorer

New in DBEdit2 2.0.1 (Mar 11, 2010)

  • Added "Grid - Export - Insert statements"