dbsrgits/SQL-Translator.git
2003-11-19 Mark Addison Handles order given as attrib.
2003-11-17 Allen Day adding COMMENT processing to Pg parser
2003-11-10 Ken Youens... Changed tempfile stuff to use "mktemp" to get rid of...
2003-11-07 Ken Youens... Hardcoding PREREQ_PM, removing code that set it dynamic... v0.04
2003-11-07 Ken Youens... Indicating changes for 0.04.
2003-11-07 Ken Youens... Increased VERSION to 0.04 to make a fix-up release.
2003-11-07 Ken Youens... Pushing up revision so make CPAN happy.
2003-11-06 Ken Youens... Making a more thorough check of things.
2003-11-06 Ken Youens... Fixed typo in POD.
2003-11-06 Ken Youens... Updated changes.
2003-11-06 Ken Youens... Small fix.
2003-11-06 Ken Youens... Updating for release.
2003-11-06 Ken Youens... Updating for 0.03 release.
2003-11-06 Ken Youens... Updated for release.
2003-11-06 Ken Youens... Some of the same changes to Excel.
2003-11-06 Ken Youens... Changing test to keep up with module.
2003-11-06 Ken Youens... If no data is present, then assign a field size of...
2003-11-06 Darren Chamberlain Added explicit unlink of the temp file; it wasn't alway...
2003-11-06 Ken Youens... Fixen.
2003-11-06 Ken Youens... Corrections after adding scan fields.
2003-11-06 Ken Youens... Added map to overcome "Use of uninitialized value in...
2003-11-06 Ken Youens... Added another missing test data file.
2003-11-06 Ken Youens... Added missing data file.
2003-11-05 Ken Youens... Added "order" to tables (should have been there already...
2003-11-05 Ken Youens... Fixing error ""my" variable %format_X_name masks earlie...
2003-11-05 Ken Youens... Added YAML.
2003-11-05 Ken Youens... Update number of tests.
2003-11-05 Ken Youens... Keeping up with changes in module.
2003-11-05 Ken Youens... Changed a little to make more interesting.
2003-11-05 Ken Youens... Upped number of constraints.
2003-11-05 Ken Youens... Fixing default datatype if unknown.
2003-11-05 Ken Youens... POD changes.
2003-11-05 Ken Youens... Getting float sizes to work properly.
2003-11-05 Ken Youens... Some refinements in assigning field types, size of...
2003-11-05 Ken Youens... Keeping up with changes in code.
2003-11-05 Ken Youens... Not ready to distribute this script yet.
2003-11-05 Ken Youens... Removed "use Data::Dump" as it wasn't being used and...
2003-11-05 Ken Youens... No reason to distribute logo.
2003-10-21 Mark Addison Refactored attrib ordering fix.
2003-10-21 Mark Addison When using attrib_values the attribs are now written...
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-20 Darren Chamberlain Bring tests to passing.
2003-10-19 Mark Addison Fixed broken --emit-empty-tags option.
2003-10-19 Mark Addison Moved all the XMI stuff from MANIFEST to MANIFEST.SKIP...
2003-10-17 Ken Youens... Corrections.
2003-10-17 Darren Chamberlain sqlt-diff test (very basic)
2003-10-17 Darren Chamberlain Added a libscan to supplement the default libscan.
2003-10-17 Darren Chamberlain Brought the test up to date with some recent changes.
2003-10-17 Darren Chamberlain Updated YAML test.
2003-10-17 Darren Chamberlain Sorted. Added a few missing items.
2003-10-17 Darren Chamberlain HTML producer test. Uses HTML::Parser.
2003-10-17 Darren Chamberlain Almost all elements have consistently named classes...
2003-10-17 Darren Chamberlain Small pod fix.
2003-10-17 Darren Chamberlain Slightly more verbose error reporting.
2003-10-17 Darren Chamberlain Added index view. Dunno if it works. :(
2003-10-17 Ken Youens... Adding new schema differ.
2003-10-17 Mark Addison Added missing test for attrib_values=>1.
2003-10-17 Mark Addison Fix: Now includes the Schema's name and database attributes
2003-10-15 Ken Youens... Be stricter about no comments.
2003-10-15 Ken Youens... Added a little to the POD to explain version dependency.
2003-10-15 Ken Youens... Trying to get sqlt to play nicely with DBI parsers...
2003-10-15 Paul Harrington This module does not actually use any DBD::Pg calls...
2003-10-15 Allen Day cleanup for 0.03 release
2003-10-15 Allen Day we need to rely on the vendor set_up_table() method...
2003-10-15 Ken Youens... POD fixes.
2003-10-15 Ken Youens... POD fixes, removed some unnecessary code.
2003-10-15 Ken Youens... POD fixes.
2003-10-15 Ken Youens... Fixes to POD, mention DDL::Oracle.
2003-10-15 Ken Youens... Notes about DDL::Oracle.
2003-10-15 Ken Youens... Added some more POD.
2003-10-15 Ken Youens... Small POD fix.
2003-10-15 Ken Youens... Mostly POD fixes.
2003-10-15 Ken Youens... Doc fixes.
2003-10-15 Ken Youens... Added boilerplate intro/copyright.
2003-10-15 Ken Youens... Fixed POD, removed commented warnings.
2003-10-15 Ken Youens... Added boilerplate intro, fixed POD.
2003-10-15 Ken Youens... Fixing POD.
2003-10-15 Ken Youens... Fixed some spacing and POD.
2003-10-15 Darren Chamberlain Made $0 a little nicer.
2003-10-14 Mark Addison POD update for m:n stuff.
2003-10-14 Mark Addison Added m:n joins. Can now model m:n association in your...
2003-10-14 Ken Youens... Minor changes.
2003-10-13 Paul Harrington use DBI and a recent revision of DBD::Pg
2003-10-13 Mark Addison PKeys automatically generated for Classes that don...
2003-10-10 Mark Addison Initial code for SQLFairy UML profile for the XMI parse...
2003-10-10 Darren Chamberlain Context fix. Rar.
2003-10-10 Darren Chamberlain Work in filter mode -- accept data on standard input.
2003-10-10 Ken Youens... Fix to size of float field.
2003-10-10 Ken Youens... POD fixes, fix to field size for a float.
2003-10-10 Ken Youens... Added PG support, more POD.
2003-10-10 Ken Youens... Adding a DBI-Pg parser based on DBIx::DBSchema, but...
2003-10-09 Ken Youens... Fixing up "view_field" to use all the field attributes.
2003-10-09 Ken Youens... POD fixes.
2003-10-09 Ken Youens... Trying to be smarter about intuiting field types and...
2003-10-09 Ken Youens... POD fix.
2003-10-09 Ken Youens... Fix PK info if available.
2003-10-09 Ken Youens... Fixed normalize_name per DLC.
2003-10-09 Ken Youens... POD changes, small change to prevent "use of uninitiali...
2003-10-09 Ken Youens... Small change to prevent "use of uninitialized value...
next