Add test for closing file.
[dbsrgits/SQL-Translator.git] / t /
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.
2003-09-09 Ken Youens-Clark Added tests for alternate form of comments.
2003-09-09 Mark Addison Added parsing of operations from the XMI. Do we have...
2003-09-08 Mark Addison Refactored the internals so that the XMI parsing is...
2003-09-08 Mark Addison + Added visability arg.
2003-09-05 Allen Day adding more XMI files. these are identical models...
2003-09-04 Mark Addison Initial version of XMI parser.
2003-09-02 Allen Day turnkey producer still broken, will try to get it worki...
2003-08-26 Ken Youens-Clark Added test for table comment as SQL comment.
2003-08-26 Ken Youens-Clark Fixed script name.
2003-08-22 Ken Youens-Clark Changes to quit using "SqlfXML."
2003-08-21 Ken Youens-Clark Added test for check constraint.
2003-08-21 Ken Youens-Clark Added tests for check constraint.
2003-08-21 Ken Youens-Clark Changed to use XML::SQLFairy.
2003-08-21 Ken Youens-Clark Modified to use XML::SQLFairy, changed field size to...
2003-08-21 Ken Youens-Clark Changed field size.
2003-08-21 Ken Youens-Clark Increased field sizes to match what PG parser is storin...
2003-08-20 Ken Youens-Clark Changed test to match what's returned for the size...
2003-08-20 Ken Youens-Clark Changed test to match what "comments" now returns.
2003-08-20 Ken Youens-Clark Added test to make sure that serial field has 1 for...
2003-08-20 Darren Chamberlain Forgot to add my new test, and made the use of CGI...
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-19 Ken Youens-Clark Added test number.
2003-08-19 Ken Youens-Clark Almost functional.
2003-08-18 Ken Youens-Clark Replacing contents with Paul's output from dbschema...
2003-08-18 Ken Youens-Clark Adding Sybase parser test.
2003-08-18 Ken Youens-Clark Adding some Sybase schema to parse, though it's from...
2003-08-17 Ross Smith II Added DOUBLE PRECISION. Parser::MySQL chokes on this
2003-08-17 Ross Smith II Added test file that includes all (well, it will) of...
2003-08-17 Ross Smith II Added test file that includes all (well, most) of the...
2003-08-15 Mark Addison Added support for the attrib_values option of the XML...
2003-08-14 Mark Addison Added attrib_values option.
next