Move the list of methods to write as elements out into a global.
[dbsrgits/SQL-Translator.git] / t /
2004-07-09 Mark Addison Fixed break due to XML Parser now supporting field...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Added writing of field.extra
2004-07-08 Mark Addison Added producer args to control indenting, newlines...
2004-07-08 Mark Addison XML test src changed name.
2004-07-08 Mark Addison Updated to test the new, single format sqlf xml.
2004-05-14 Mark Addison Tweaked to use the default reading of __DATA__
2004-05-14 Mark Addison Tweaked tt_schema
2004-05-13 Mark Addison Added test for tt_config
2004-05-12 Ken Youens-Clark Some changes to get tests to pass.
2004-05-12 Ken Youens-Clark Fixed merge.
2004-04-23 Mark Addison As a quick test to see if Test::SQL::Translator really...
2004-04-22 Ken Youens-Clark Updated tests for alternate unique constraint.
2004-04-19 Ken Youens-Clark Adding tests for Access parser.
2004-04-19 Ken Youens-Clark Adding test data for Access parser.
2004-04-14 Mark Addison Initial crack at a base class for building TT based...
2004-04-07 Allen Day add test data
2004-04-07 Allen Day updated turnkey regression testing schema. added comme...
2004-04-01 Mark Addison Added TT::Table producer.
2004-03-29 Mark Addison Tests for the Table, field and constraint lookup methods
2004-03-29 Mark Addison Added test of Table::field_names()
2004-03-29 Mark Addison Removed __WARN__ handler.
2004-03-29 Mark Addison Tests of Constraint::fields() object return and Constra...
2004-03-29 Mark Addison Changed the 'id' field to 'age' on the first test const...
2004-03-29 Mark Addison Added test of field schema shortcut and table stringify.
2004-03-23 Mark Addison Added full_name.
2004-03-23 Mark Addison Tweaked to use (test ;-) table and field stringify.
2004-03-23 Mark Addison Tests for Table and Field stringify.
2004-03-12 Ken Youens-Clark Some editing to make "make test" happy.
2004-03-12 Ken Youens-Clark Used code found mail-archive.com/perl-documentation...
2004-03-12 Ken Youens-Clark Updated to match new YAML output.
2004-03-11 Ken Youens-Clark Add test for closing file.
2004-03-11 Ken Youens-Clark Added tests for Dumper producer.
2004-03-11 Darren Chamberlain Readding, at kyc's request.
2004-03-11 Ken Youens-Clark Adding test for Dumper producer.
2004-03-11 Ken Youens-Clark Moving to test module not script.
2004-03-04 Darren Chamberlain Removed 01test.t
2004-03-04 Darren Chamberlain Update tests to use maybe_plan.
2004-03-01 Ken Youens-Clark Updated with comment tests.
2004-02-29 Mark Addison Fixed test count.
2004-02-29 Mark Addison Now uses Test::SQL::Translator
2004-02-29 Mark Addison Now uses schema_ok
2004-02-29 Mark Addison Uses Test::SQL::Translator.pm
2004-02-29 Mark Addison Fixed so they test for empty list reference_fields...
2004-02-27 Ken Youens-Clark Updated to match new output; also had to remove "close...
2004-02-27 Ken Youens-Clark Adding another data file for sqlt-diff test.
2004-02-27 Ken Youens-Clark Changed test to match output.
2004-02-20 Darren Chamberlain Remove all those subroutine redefined warnings.
2004-02-04 Darren Chamberlain Robustify the tests a little.
2004-02-04 Ken Youens-Clark Fixed test.
2004-01-29 Mark Addison Order of schema objects properties in XML changed to...
2004-01-25 Ken Youens-Clark Small fix.
2004-01-25 Ken Youens-Clark Updated.
2003-12-10 Ken Youens-Clark Fixed number of tests.
2003-12-10 Ken Youens-Clark Added tests to keep up with new ALTER TABLE rules in...
2003-11-10 Ken Youens-Clark Changed tempfile stuff to use "mktemp" to get rid of...
2003-11-06 Ken Youens-Clark Making a more thorough check of things.
2003-11-06 Ken Youens-Clark Changing test to keep up with module.
2003-11-06 Darren Chamberlain Added explicit unlink of the temp file; it wasn't alway...
2003-11-06 Ken Youens-Clark Corrections after adding scan fields.
2003-11-06 Ken Youens-Clark Added map to overcome "Use of uninitialized value in...
2003-11-05 Ken Youens-Clark Fixing error ""my" variable %format_X_name masks earlie...
2003-11-05 Ken Youens-Clark Update number of tests.
2003-11-05 Ken Youens-Clark Keeping up with changes in module.
2003-11-05 Ken Youens-Clark Changed a little to make more interesting.
2003-11-05 Ken Youens-Clark Upped number of constraints.
2003-11-05 Ken Youens-Clark Keeping up with changes in code.
2003-11-05 Ken Youens-Clark Removed "use Data::Dump" as it wasn't being used and...
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-17 Darren Chamberlain sqlt-diff test (very basic)
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 HTML producer test. Uses HTML::Parser.
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-14 Mark Addison Added m:n joins. Can now model m:n association in your...
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-08 Ken Youens-Clark Fixed syntax errors.
2003-10-08 Ken Youens-Clark Basic tests for SQLite, will expand later.
2003-10-08 Ken Youens-Clark New test data for SQLite parser.
2003-10-08 Ken Youens-Clark Adding SQLite parser test.
2003-10-08 Paul Harrington load test for sybase DBI parser
2003-10-08 Paul Harrington Storable stuff
2003-10-08 Ken Youens-Clark Added tests for procedures, expanded view and trigger...
2003-10-08 Darren Chamberlain A better YAML producer, actually using the YAML module...
2003-10-08 Darren Chamberlain Added YAML parser, producer, and basic test. All need...
2003-10-03 Ken Youens-Clark Tests for triggers.
2003-10-03 Darren Chamberlain Basic test for SQL::Translator::Shell
2003-10-02 Mark Addison Added test for the Rational profile.
2003-10-01 Mark Addison Tidy up, as they seemed to be a bit of a mess.
2003-10-01 Mark Addison Moved visibility test to its own .t
2003-10-01 Mark Addison Added some test xmi files for rational profile (tests...
2003-09-25 Allen Day this is pretty stable, and is ( i think ) generating...
2003-09-16 Mark Addison Split out XMI parsing to SQL::Translator::XMI::Parser...
2003-09-09 Ken Youens-Clark Checking for field comments now.
2003-09-09 Ken Youens-Clark Added a comment for a test.
next