add constraints after all tables are added
[dbsrgits/SQL-Translator-2.0-ish.git] / t /
2011-06-28 Justin Hunter added two tables, so up the number expected
2011-06-28 Justin Hunter add referenced tables
2011-06-21 Justin Hunter fix tests
2010-11-12 Justin Hunter formatting fix
2010-10-21 Justin Hunter database_event does not need to be explictly added...
2010-09-27 Justin Hunter add the field for later on
2010-09-22 Justin Hunter we give out generic names to non-named constraints now
2010-07-27 Justin Hunter fixup the test a bit
2010-07-26 Justin Hunter fix typo
2010-03-23 Justin Hunter DBIx::Class parser stubs
2010-02-20 Justin Hunter partial test cleanup, more to come
2010-02-10 Justin Hunter minor whitespace cleanup
2010-02-09 Justin Hunter test at least runs now
2010-02-09 Justin Hunter make this test pass, fix it up to match new SQLT design
2010-02-09 Justin Hunter no longer need to call the methods to add extra/options...
2010-01-27 Justin Hunter more tests and test data
2010-01-27 Justin Hunter add tests and test data
2010-01-27 Justin Hunter update test
2010-01-18 Justin Hunter more test fixups
2010-01-15 Justin Hunter unbreak some tests
2010-01-15 Justin Hunter some test fixes
2010-01-06 Justin Hunter all tests at least run, not all pass
2009-12-09 Justin Hunter current state of this test
2009-12-03 Justin Hunter while admittedly still broken, much progress has been...
2009-09-30 Justin Hunter another test
2009-09-30 Justin Hunter initial xml test
2009-09-25 Justin Hunter schema test changes
2009-09-24 Justin Hunter data_type is now a timestamp without time zone (no...
2009-09-22 Justin Hunter simple pod coverage test
2009-09-22 Justin Hunter we can get the schema from the translator now
2009-09-19 Justin Hunter ->error does not exist and send on the parser|producer_args
2009-09-08 Justin Hunter another test
2009-09-08 Justin Hunter add specific mysql_parser_version tests to roundtrip
2009-09-08 Justin Hunter TODO: fix handling of 'KEY name_idx (name(10))' (partia...
2009-09-08 Justin Hunter done testing!
2009-09-08 Justin Hunter change from parse_mysql_version (in S::T::Utils) to...
2009-09-08 Justin Hunter change of namespace for Objects (Schema becomes Object)
2009-09-08 Justin Hunter we no longer normalize fields (change the size to the...
2009-09-08 Justin Hunter change from parse($tr, $data) to $tr->parse($data)
2009-09-08 Justin Hunter fix up use and don't plan
2009-09-05 Justin Hunter no plan, use done_testing
2009-09-05 Justin Hunter SQLite DDL parser test & data
2009-09-05 Justin Hunter Roundtrip test (more parsers to be added)
2009-09-05 Justin Hunter PostgreSQL DDL parser test
2009-08-22 Justin Hunter some changes to match current functionality
2009-08-22 Justin Hunter add another roundtrip test
2009-08-17 Justin Hunter roundtrip test
2009-08-11 Justin Hunter make test closer to original
2009-08-11 Justin Hunter some tests