File Release Notes and Changelog
Notes:
--------------------------------------------------
MDAOG is a Java DAO Code Generator
--------------------------------------------------
Version: 0.6.0 Alpha
MDAOG is distributed under the
Apache License Version 2.0
For more information view LICENSE.TXT
To find out more about how to use or
contribute to MDAOG please visit
the MDAOG website at:
http://mdaog.sourceforge.net
-------------------------
Usage:
-------------------------
From a command line type:
java -cp <pgsqlJDBCDriver.jar>;mdaog0.6.0a.jar net.sourceforge.mdaog.gui.DaoGenerator
-------------------------
Relase Notes:
-------------------------
MDAOG is a Java Data Access Object Generator
for PostgreSQL Databases. It generates
DAO classes that allow you to connect to your
database from a Java web application.
The generated code is of stable quality.
The application MDAOG needs some work
but should work for most needs.
What's New:
0.6.0 Alpha
--------------------------
- fixed bug related to Long with big integer
and big serial
- Slight modifications to the UI
- Other minor bug fixes
- refactored package names
0.5.3 Alpha
--------------------------
- added support so that bigserial datatypes
are recognized as longs and inserts lookup
the sequence for generated value
- bug fix [1229604] there was an old line that
would cause a NPE if the packagename dit not
contain a dot. This was used to auto gen the
DSN. Now DSN's are specified and this isn't
necessary.
0.5.2 Alpha
--------------------------
- implemented Cloneable for DTOs so
you can duplicate DTOs.
- added equals and hashCode methods
to easily compare DTOs
- cleaned up some javadoc code in
generated files
- added ability to define the datasource
name to be used in the webapp
- made some minor gui enhancements
- reverted back to using the System
look and feel instead of Metal so
that it looks more native.
0.5.1 Alpha
--------------------------
- This release brushed up the GUI
interface a bit. There was
no modifications made to the code
- Made a few code modifications
to allow MDAOG to run with
older JVMs
0.5 Alpha
--------------------------
- Initial Release
Changes: