| Version |
Date |
Description |
| 2.1.4
|
13/04/2007 |
version 2.1.4 |
| 2.1.3
|
22/07/2007 |
version 2.1.3 |
| 2.1.2
|
15/07/2007 |
version 2.1.2 |
| 2.1.1
|
30/03/2007 |
version 2.1.1 |
| 2.1.0
|
30/10/2006 |
version 2.1.0 |
| 2.0.6
|
14/12/2005 |
version 2.0.6 |
| 2.0.5b
|
01/12/2005 |
version 2.0.5b Internal release |
| 2.0.5a
|
01/12/2005 |
version 2.0.5a Internal release |
| 2.0.5
|
01/12/2005 |
version 2.0.5 |
| 2.0.4a
|
18/10/2005 |
version 2.0.4a Internal release |
| 2.0.4
|
18/10/2005 |
version 2.0.4 |
| 2.0.3
|
21/09/2005 |
version 2.0.3 |
| 2.0.2
|
30/04/2005 |
version 2.0.2 |
| 2.0.1
|
22/04/2005 |
version 2.0.1 |
| 2.0.0
|
28/03/2005 |
version 2.0.0 |
| 2.0.0rc4
|
19/03/2005 |
version 2.0.0 Release Candidate 4 |
| 2.0.0rc3
|
14/03/2005 |
version 2.0.0 Release Candidate 3 |
| 2.0.0rc2
|
13/03/2005 |
version 2.0.0 Release Candidate 2 |
| 2.0.0rc1
|
9/13/2005 |
version 2.0.0 Release Candidate 1 |
| Type |
Changes |
By |
 |
Diverse code cleanup |
jespo
|
 |
Moved to svn in sourceforge |
jespo
|
| Type |
Changes |
By |
 |
RFE: Added JSON output for finders |
jespo
|
 |
RFE: Added generic JSON output for general xml query results |
jespo
|
| Type |
Changes |
By |
 |
RFE: Added initial support for h2 database |
jespo
|
 |
RFE: Added the property rawcode to static part to generate arbitrary code in BdUtils |
jespo
|
| Type |
Changes |
By |
 |
RFE: Added support for generic finders with arbitrary where |
jespo
|
 |
Bug Fixed with sequences in MSSQL. |
jespo
|
 |
getColumnData for type 1111 returns Oracle CLOB now |
jespo
|
 |
Bug fixed in method writeFormatTimestamp for MSSQL |
jespo
|
| Type |
Changes |
By |
 |
RFE: Added initial support for Firebird |
sunfriend
|
 |
RFE: Added initial support for MS SQL Server |
jespo
|
 |
Updated MySQL Driver to version 5.0.4 |
jespo
|
| Type |
Changes |
By |
 |
RFE: Global basedir (optional) attribute overrides all tables / classes configura
tion |
jespo
|
 |
RFE: BdUtils has optional basedir and package name attributes for generation in different ones than beans |
jespo
|
| Type |
Changes |
By |
 |
Bug Fixed: Finders now throw FinderException instead of BaseRuntimeException |
jespo
|
| Type |
Changes |
By |
 |
Bug Fixed: Finders now throw FinderException instead of BaseRuntimeException |
jespo
|
| Type |
Changes |
By |
 |
1366380: Generic executeUpdate Method |
jespo
|
 |
1366373: Generic executeUpdate Method |
jespo
|
 |
RFE: The String fields are cutted to the max size in the database (Optional) |
jespo
|
 |
Update of the MySQL/J Connector to version 3.1.11 |
jespo
|
| Type |
Changes |
By |
 |
Fixed formatString function for Oracle with character
' |
jespo
|
| Type |
Changes |
By |
 |
1315880: Format functions are now static |
jespo
|
 |
formatString function is now correct for strings with the character
' |
jespo
|
 |
replaceString function is now more fast |
jespo
|
| Type |
Changes |
By |
 |
Eliminated external references. Now isn't necessary the .jar in runtime |
jespo
|
 |
Added alias for a table |
jespo
|
 |
Added enabled/disabled log configuration parameter |
jespo
|
| Type |
Changes |
By |
 |
1181349: Finders must return the Parent class not the Skel |
jespo
|
 |
1181470: Subcase with finders with void where |
jespo
|
 |
1181416: Corrects Null fields behaviour |
jespo
|
 |
1182125: The createWithId in Oracle |
jespo
|
 |
1192067: Add extra raw code to the class |
jespo
|
| Type |
Changes |
By |
 |
1181349: Bad code in BdUtils |
jespo
|
 |
1181470: Prevents malformed Finder declaration |
jespo
|
 |
1181416: Bad ant display |
jespo
|
 |
1181414: Comparator is bad |
jespo
|
 |
1181349: Wrong error control for inexistent tables |
jespo
|
 |
1183757: More flexibility with spaces in Finder arguments |
jespo
|
 |
1186514: The code generated for String replace does not run in jdk1.3 |
jespo
|
| Type |
Changes |
By |
 |
Added new general parameter to extra import directives |
jespo
|
 |
Added duplication in methods to pass an external connection |
jespo
|
 |
Added the ant task to use generator inside ant |
jespo
|
 |
Added some initial support of Oracle exclusive features(SEQUENCES) |
jespo
|
 |
Fixed database schema output to show primary keys |
jespo
|
 |
Some code clean
ups and errors and exceptions handling |
jespo
|
 |
Avoid the generation of invalid class from tables without primary keys |
jespo
|
 |
build.xml now has more targets to make distribution packages |
jespo
|
 |
More decent documentation and examples |
jespo
|
 |
Javadoc and documentation is now online in the project web |
jespo
|
| Type |
Changes |
By |
 |
Added output of the actual database structure (For future offline generation) |
jespo
|
 |
Added a flag in config file to update only dirty fields individually |
jespo
|
 |
Now table definitions can be in separate xml files included by main file |
jespo
|
 |
Generation of a random serialVersionUID for the generated classes |
jespo
|
 |
Added default serialVersionUID's for core classes |
jespo
|
 |
Better javadoc for generated classes |
jespo
|
 |
Eliminated a lot of Stdout output for debug |
jespo
|
 |
Fixed a bug that results in no compareTo method generation |
jespo
|
 |
Update of the MySQL/J Connector to version 3.1.7 |
jespo
|
| Type |
Changes |
By |
 |
Addition of a build.xml file for ant builds |
jespo
|
 |
Addition of a compliant MANIFEST.MF to build a executable via -jar parameter |
jespo
|
 |
Removed "enum" keyword references to make it compatible with jdk 1.5 |
jespo
|
| Type |
Changes |
By |
 |
Addition of a primitive logging system for SQL operations |
jespo
|
 |
Addition of the generation of a general purpose class for static calls. |
jespo
|
 |
Addition of more xml support and utilities |
jespo
|
| Type |
Changes |
By |
 |
Generator first usable version |
jespo
|
 |
Initial xml support |
jespo
|