don't clear the schema, but leave the ability to do so if necessary
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator.pm
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