sqlt parser now respected a relationship attribute of is_foreign_key_constraint
[dbsrgits/DBIx-Class.git] / lib / SQL / Translator / Parser / DBIx / Class.pm
2007-03-18 Ash Berlin sqlt parser now respected a relationship attribute...
2006-11-27 Ash Berlin Typo fix in error message
2006-11-27 Ash Berlin - $schema->deploy now accepts a list of source (name...
2006-05-06 Jess Robinson Experiments in versioning..
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-04 Stephan Szabo Added code to allow looking up of the other side of...
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-02-28 Simon Elliott Fix to foreign key sqlt generation
2006-02-06 Matt S Trout Removed debug print statement from SQLT parser
2006-02-06 Matt S Trout Minor bugfix to SQLT parser
2006-02-01 Jess Robinson Allow usage of --package for the schema name
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-17 Matt S Trout Un-added a bug I introduced in the SQLT parser, added...
2006-01-17 Matt S Trout Imported Jess Robinson's SQL::Translator::Parser::DBIx...