Added test number.
[dbsrgits/SQL-Translator.git] / t /
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.
2003-08-12 Ken Youens-Clark Changed to look at different constraints as NOT NULLs...
2003-08-08 Mark Addison Added a test for Producer::SqlfXML.
2003-08-07 Mark Addison D'oh! Fixed comment typo that chaged the meaning of...
2003-08-07 Mark Addison Changed term single tags to empty tags to mean <foo...
2003-08-07 Mark Addison Added BUG notes and test about single tags e.g. <foo/>
2003-08-07 Mark Addison Added TTSchema producer.
2003-08-06 Mark Addison Fixed default value bug in Parser::SqlfXML.
2003-08-06 Ken Youens-Clark Changed to use new "SqlfXML" producer.
2003-08-06 Mark Addison Moved Producer::XML to Producer::SqlfXML.
2003-06-16 Ken Youens-Clark Renamed 09auto-dia.t to 09sqlt-diagram.t to match the...
2003-06-11 Ken Youens-Clark These tests relied on now deprecated action that the...
2003-06-11 Ken Youens-Clark Added "is_valid" tests.
2003-06-09 Ken Youens-Clark Minor change to affect context.
2003-06-06 Ken Youens-Clark General mods to make it like others.
2003-06-06 Ken Youens-Clark Added "use strict;"
2003-06-06 Ken Youens-Clark General clean up to make it more like the others.
2003-06-06 Ken Youens-Clark General clean up to make it more like other tests.
2003-06-06 Ken Youens-Clark Fixed test numbers.
2003-06-06 Ken Youens-Clark Fixed test numbers, removed unnecessary code.
2003-06-06 Ken Youens-Clark Added new Oracle parser test.
2003-06-06 Ken Youens-Clark Added a lot more tests, now using the Schema object.
2003-06-06 Ken Youens-Clark Changed $table->primary_key not to return an error...
2003-06-06 Ken Youens-Clark Now that the PG parser is using the Schema object,...
2003-06-06 Ken Youens-Clark The test schema actually had incorrect syntax, so I...
2003-06-06 Ken Youens-Clark Changed tests to use Schema objects instead of data...
2003-06-06 Ken Youens-Clark Added tests for $field->extra.
2003-06-06 Ken Youens-Clark Changed tests to use the Schema objects instead of...
2003-06-04 Ken Youens-Clark Added a few more tests.
2003-06-03 Ken Youens-Clark Added more tests.
2003-05-09 Ken Youens-Clark Lots of changes to reflect library mods.
2003-05-09 Ken Youens-Clark Added passing of schema arg.
2003-05-07 Ken Youens-Clark Updated tests to match new code.
2003-05-06 Darren Chamberlain Updated XML test.
2003-05-05 Ken Youens-Clark More changes to keep up with code.
2003-05-03 Ken Youens-Clark Changed to use Test::More, cleaned up syntax. Still...
2003-05-03 Ken Youens-Clark Adding a new PG parser test.
2003-05-03 Ken Youens-Clark Trying to add tests as I write methods, so lots of...
2003-05-01 Ken Youens-Clark Adding new schema test, commiting fixes to MySQL parser...
2003-04-25 Darren Chamberlain Test file for header_comment function from SQL::Transla...
2003-04-24 Allen Day adding a pg src file example
2003-04-18 Darren Chamberlain Forgot to add this yesterday.
2003-04-17 Darren Chamberlain Attempt to be more robust.lib/SQL/Translator/Validator.pm
2003-04-08 Darren Chamberlain Moving tests to Test::More
2003-04-08 Darren Chamberlain Added stub test.
2003-04-07 Mikey Melillo added a text spreadsheet, hopefully in the right direct...
2003-03-03 Allen Day turning off debugging in t/08
2003-02-26 Darren Chamberlain o Added bin/auto-dia.pl to scripts list
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day here is the pgsql test script. NOTE: it will not work...
2003-02-21 Darren Chamberlain Added new files to MANIFEST.
2002-11-23 Ken Youens-Clark Fixed spelling of "indices" in various files, finished...
2002-10-11 Chris Mungall *** empty log message ***
2002-03-26 Darren Chamberlain Added support for producer_args and parser_args.
2002-03-25 Darren Chamberlain Added CSV parser and a test.
2002-03-25 Darren Chamberlain Added test structure.
2002-03-21 Darren Chamberlain Test changes
2002-03-21 Darren Chamberlain Re-added
2002-03-21 Darren Chamberlain Added some basic files, removed unused data file (the...
2002-03-21 Darren Chamberlain Removed comment lines (the parser chokes on these,...
2002-03-21 Darren Chamberlain Removed warns and debugging, so this test will actually...
2002-03-21 Darren Chamberlain Turned off SQL::Translator::DEBUG.
2002-03-21 Darren Chamberlain Broke the 1 test out into 11 different tests, each...
2002-03-19 Darren Chamberlain Changed some of the basic assumptions.
2002-03-18 Darren Chamberlain Changed many assumptions about the test.
2002-03-15 Darren Chamberlain Added test data in groovy hierarchical directories.