Share

DB2JMIN (An easy-to-use MULTI-DB Client)

File Release Notes and Changelog

Release Name: 0.1.1

Notes:


Changes: 0.1.1 - Added support to different UI sizes depending of OS (SystemOper class). - Added .exe launcher to windows version (thanks launch4j http://launch4j.sourceforge.net/) - Fixed start_dbjmin.bat - Try to 'start to improve' the quality of code: Added Constants class 0.1.0 - Added full support to derby, client/server and embedded - Corrected lincense details on all source code - Added version/build info on main screen - Fixed the support to update/delete/insert/create queries - Icon change to dbjmin - Application name changed to db-jmin-swing - Added new method on InputDataValidation class to handle derby support - Several small changes on DBconnector class 0.0.9 - Fixed the bug that was deleting the log history of sql queries done by user during the software execution. - Fixed the problem with the endless log. Now each time the program runs, the old log is deleted and a new one is created. Several changes made from last commit: - Corrected bug on View sample data to postgre db - Corrected bug on View structure of table on postgre db - Added support to Derby db - Correct bug to no /usr/passwd on derby db - Added support to Firebird db - Added support to Oracle db (Special Thanks to Juliano Martins :-) ) - Added some null pointer exception treatment when null data comes in array lists - Added support to INSERT, DELETE, UPDADE and CREATE commands - Corrected bug that was summing new schemas and tables with the previous ones from last use - Added a new way of JFrame construction. This was a try to avoid the bug of too many calls of sw startup.... I don't know if will work :( ENTER Key event added to passwd field, to avoid the use of mouse Radical change: MySQL/Postgre database support added Finally, really fixed the no table selected exception when Data button was pushed without no table selected