|
Changelog
0.5 : 03-dec-2004
Major changing : Jxtray is distributed as a single jar file. It's better for portability
and development.
Fixed bug : Statement and ResultSet not closed in dump operation
Can save query result in XUL. This xul file can be opened with Mozilla or Firefox.
Update jdbc drivers : Connector/J -> 3.0.16
Update jdbc drivers : jtds -> 0.9
Added real 'password prompt' functionality (with '*')
Added a 'Empty table' button in SQLPanel
Added a dynamic class loader (Thanks to Dieter S.)
New Icon Set : nuvola 2
0.4 : 20-apr-2004
Uses new icons : Lila (SVG & PNG).
This icons set can be found here :
http://www.kde-look.org/content/show.php?content=11492
or
http://programmer-art.org/index.php?page=gentoo
Update jdbc drivers : Connector/J -> 3.0.11
JTDS -> 0.7.1
User's manual improvement.
Can save queries results (only if query is 'select * from') in CSV format.
XML dump uses Jdom.
Changes dump functionality. Jxtray dumps directly into a file.
It fixes bug #907567 and allows to dump big tables without OutOfMemoryError.
0.3 : 28-mar-2004
Fixed bug in HTML dump : now, each '\n' in String is replaced by '< br >'
Add SQL history. It allow to store recent queries in a file. A new dialog
has been hadded to manage this history. Menu : SQL History -> Manage History...
Add Online Manuel : Menu : Help -> Manual. But actually, this manual is empty.
As usual, fix a lot of very small bugs :-)
0.2 : 10-mar-2004
Add a text file preview in JFileChooser. ( only for text/plain ) file.
Add new zipped format : GZIP. Now, can save dump result in .gz file
Add new node in connection tree : JDBC url.
Add fonction 'prompt for password'. So, the password is never stored in the xml file.
Warning : with JOptionPane, the input is not crypted.
Add new dialog that displays connection properties stored in DataBaseMetaData ( right click in JTree and 'properties' )
Modify jtree renderer system : add new class : TreeConnectionElement
0.1 : 02-mar-2004
Add icon to 'dump' and 'save result' button
Fixed a bug when saving in compressed format. : indexOf(extension) replace lastIndexOf(extension).
It saved the file in a wrong place if the target directory contained a "."
0.1b : 22-feb-2004
Fixed bug #898597 : Wrong classpath in win32 release.
Fixed bug #897888 : Driver name changes don't impact connection object.
Drivers and Connections are now sorted by name in JList
Fixed a bug in connections delete
Fix a lot of minor bugs.
0.1a : 14-feb-2004 This is the first release !
The main features are :
JDBC drivers managment (add,del,edit) : support -> XML file
Connections management (add,del,edit) : support -> XML file
Analyze databases structure : table views, records number, primary key, etc..
Execute all type SQL queries ( and multiple queries )
Dumping datas in the following formats : CSV - SQL - HTML - XML
Can save dump result or query in plain text or zipped format (ZIP - JAR)
Multi-languages : fr-en |