dbsrgits/SQL-Translator.git
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...
2003-10-08 Ken Youens... Needed semicolon on end of constraint def.
2003-10-08 Ken Youens... No reason to see Excel parser.
2003-10-08 Ken Youens... Fleshing out.
2003-10-08 Ken Youens... Fixed syntax errors.
2003-10-08 Ken Youens... Basic tests for SQLite, will expand later.
2003-10-08 Ken Youens... Fixed bug that wasn't maintaining table order.
2003-10-08 Ken Youens... New test data for SQLite parser.
2003-10-08 Ken Youens... Adding SQLite parser test.
2003-10-08 Paul Harrington still a bit hacky .. would like to use a method that...
2003-10-08 Paul Harrington store in network order
2003-10-08 Paul Harrington reverting to previous revision as I had duplicated...
2003-10-08 Paul Harrington add methods for dealing with procedures
2003-10-08 Paul Harrington load test for sybase DBI parser
2003-10-08 Paul Harrington Storable stuff
2003-10-08 Ken Youens... Added tests for procedures, expanded view and trigger...
2003-10-08 Ken Youens... Added support for adding procedures, getting procedures...
2003-10-08 Ken Youens... Fixed spacing.
2003-10-08 Ken Youens... Added "schema" method, added to object initialization...
2003-10-08 Ken Youens... Fixed POD, added "schema" method, fixed DESTROY.
2003-10-08 Ken Youens... Adding Paul's Procedure class.
2003-10-08 Darren Chamberlain A better YAML producer, actually using the YAML module...
2003-10-08 Darren Chamberlain Added YAML stuff
2003-10-08 Darren Chamberlain Added YAML parser, producer, and basic test. All need...
2003-10-08 Ken Youens... Fixed a problem with POD.
2003-10-06 Mark Addison Made debugging work and it now exports its parse method.
2003-10-06 Mark Addison Changed ends to associationEnds in the Association...
2003-10-06 Mark Addison Removed TODO comment- cos its done
2003-10-06 Mark Addison Fixed broken otherEnd linking for assoctionEnds.
2003-10-06 Mark Addison Removed some unneeded, commented out code.
2003-10-06 Mark Addison Added multiplicity to AssociationEnds.
2003-10-06 Mark Addison Fixed serious bug in xmiDeref: was only working for...
2003-10-04 Ken Youens... No longer require file arg here -- let modules decide.
2003-10-04 Ken Youens... Disabling some suspect code.
2003-10-04 Ken Youens... Lots o' refinements.
2003-10-04 Ken Youens... Don't make up unnecessary monikers, added support for...
2003-10-04 Ken Youens... Now parsing and adding views and triggers to schema.
2003-10-04 Paul Harrington extract out text of stored procedures and triggers
2003-10-04 Paul Harrington dump out views and stored procedures
2003-10-03 Ken Youens... Tests for triggers.
2003-10-03 Ken Youens... New trigger class.
2003-10-03 Ken Youens... Added "add_trigger" method.
2003-10-03 Darren Chamberlain Basic test for SQL::Translator::Shell
2003-10-03 Darren Chamberlain Command-line wrapper for SQL::Translator::Shell.
2003-10-03 Darren Chamberlain SQL::Translator::Shell - and interactive Schema browser...
2003-10-03 Ken Youens... Adding new Sybase entries -- should the full "use"...
2003-10-03 Ken Youens... Fixed syntax error.
2003-10-03 Ken Youens... Adding Sybase parser for Paul.
2003-10-03 Ken Youens... Some mods.
2003-10-03 Darren Chamberlain Removed definedness check for file-based data, for...
2003-10-03 Darren Chamberlain Tabs suck! Die 0x09, die!
2003-10-03 Ken Youens... Fixing AUTHORS.
2003-10-03 Ken Youens... Adding a MySQL/DBI parser that talks to the db for...
2003-10-03 Ken Youens... Streamlined.
2003-10-03 Mark Addison Added tagged values to DataType's
2003-10-03 Ken Youens... Added options for DBI parser.
next