add constraints after all tables are added
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator.pm
2011-06-20 Justin Hunter use Try::Tiny instead of TryCatch
2010-10-21 Justin Hunter add error attr for back-compat
2010-09-22 Justin Hunter add a "data" attribute
2010-07-27 Justin Hunter show_warnings should default to 0
2010-07-27 Justin Hunter fix up versioning
2010-02-21 Justin Hunter add MooseX::Aliases (to allow for to/from and producer...
2010-02-20 Justin Hunter don't clear the schema, but leave the ability to do...
2010-02-20 Justin Hunter clear the schema before throwing another one on
2010-02-09 Justin Hunter don't try to guess what to load, use a mapping
2009-09-08 Justin Hunter better way to write the translate method
2009-09-08 Justin Hunter put former S::T::Utils method parse_mysql_version into...
2009-09-08 Justin Hunter add predicates for parser_args/producer_args
2009-08-23 Justin Hunter don't set schema to ->parse (->translator->schema alrea...
2009-08-23 Justin Hunter make schema lazy
2009-08-22 Justin Hunter break try catch into multiple lines
2009-08-22 Justin Hunter add quote_field_names/quote_table_names
2009-08-19 Justin Hunter add some backcompat attributes/methods
2009-07-29 Justin Hunter allow detection of ddl parser
2009-07-25 Justin Hunter use TryCatch
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-15 Justin Hunter use delgation onto Parser and Producer instead of after...
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-03 Justin Hunter first try at producing
2009-07-02 Justin Hunter Moose is not needed here
2009-06-06 Justin Hunter oops, these really do have content
2009-05-28 Justin Hunter initial