Bring tests to passing.
[dbsrgits/SQL-Translator.git] / t /
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.
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
next