Revision history for Perl extension FabForce::DBDesigner4.
0.01 Mon Aug 8 14:47:10 2005
- original version; created by h2xs 1.23 with options
-XA -b 5.6.1 -n FabForce::DBDesigner4
0.03 Fri Jan 27 04:36:22 2006
- fixed one minor bug
- typo in documentation
0.04 Mon Oct 30 17:48:23 2006
DBDesigner4.pm:
+ getSQL() added: get the CREATE statements
SQL.pm:
+ getSQL() added: get the CREATE statements
0.06 Tue Nov 21 22:10:24 2006
Tests improved
0.08 Tue Jul 10 15:36:22 2007
SQL.pm:
+ code cleanup
Table.pm:
+ some workarounds for missing details in xml information
+ column_names()
+ code cleanup
+ get_foreign_keys()
0.09 Wed Jul 25 11:30:31 2007
+ added test: 98_perl_critic.t
+ changed: adopted some Perl::Critic metrics
Table.pm:
- bugfix: unique column names in column_names
XML.pm:
+ major code cleanup: removed all the nasty global vars
- removed use of Data::Dumper
0.10 Sat Jul 28 10:45:22 2007
- bugfix: removed wrong prereq in 98_perl_critic.t