Add method to populate a column extra fields
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI.pm
2010-02-20 Graham Barr Add method to populate a column extra fields
2010-02-20 Graham Barr preserve column order
2010-02-20 Graham Barr Add parse method for DBI parser
2009-08-24 Justin Hunter add schema to new table
2009-08-22 Justin Hunter remove extraneous return
2009-07-26 Justin Hunter separate out getting the column DATA_TYPE
2009-07-25 Justin Hunter fix type constraint
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-12 Justin Hunter track temporary tables
2009-07-12 Justin Hunter don't create an index if one already exists (favor...
2009-07-12 Justin Hunter call it a NORMAL index, not NON_UNIQUE
2009-07-12 Justin Hunter add index parsing
2009-07-12 Justin Hunter make _add_foreign_keys method name more appropriate
2009-07-12 Justin Hunter fix up PrimaryKey and ForeignKey parsing
2009-07-10 Justin Hunter don't required => 1 when lazy & default specified
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-08 Justin Hunter fix a spelling mistake and abstract some code into...
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-02 Justin Hunter move from no Moose[::Role] to use namespace::autoclean
2009-07-02 Justin Hunter use Moose::Role gets accompanied with no Moose::Role
2009-07-02 Justin Hunter proper parsing, using add_* instead of throwing a whole...
2009-06-21 Justin Hunter cleanup of object creation
2009-06-20 Justin Hunter missed some cruft
2009-06-20 Justin Hunter get parsing working
2009-06-16 Justin Hunter some dbi parser magic