Add parse method for DBI parser
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser /
2010-02-20 Graham Barr Add parse method for DBI parser
2010-02-10 Justin Hunter yes, we want column comments for SQLite
2010-02-10 Justin Hunter remove sort
2010-01-27 Justin Hunter make sure columns is an ARRAYREF
2010-01-27 Justin Hunter primary key fix for YAML
2010-01-18 Justin Hunter primary key fix
2009-12-03 Justin Hunter fix for Pg DDL parser
2009-12-03 Justin Hunter make sure reference_fields/reference_columns is not...
2009-12-01 Justin Hunter fix for storing comments using Moose::Autobox and ...
2009-09-08 Justin Hunter allow options to be handled
2009-09-08 Justin Hunter parse engine version
2009-09-08 Justin Hunter fix import issues
2009-09-08 Justin Hunter yank out the normalizing of fields
2009-09-08 Justin Hunter comments must be add_ed not done in the constructor
2009-09-05 Justin Hunter compare the type against predefined constants
2009-09-05 Justin Hunter make sure we are comparing against lowercase
2009-09-05 Justin Hunter remove needless comments
2009-09-05 Justin Hunter make sure reference fields is an arrayref
2009-09-05 Justin Hunter need to sort tables to ensure ordering
2009-09-05 Justin Hunter fix spelling error
2009-09-03 Justin Hunter comments cannot be set in the constructor, must use...
2009-09-03 Justin Hunter extra must be set in the form of a hashref
2009-09-03 Justin Hunter get PostgreSQL passing roundtrip
2009-08-26 Justin Hunter change to proper ->new/add_* methods
2009-08-25 Justin Hunter return 1 instead of $schema
2009-08-25 Justin Hunter parse mysql ddl procedures & views
2009-08-25 Justin Hunter fix mysql ddl constraint parsing
2009-08-24 Justin Hunter add schema to new table
2009-08-23 Justin Hunter table is required for Indx
2009-08-23 Justin Hunter add table to objects that need it
2009-08-23 Justin Hunter cleanup and standardization
2009-08-23 Justin Hunter don't pass columns to constructors, add_column them
2009-08-23 Justin Hunter add schema to Table->new and remove sorting
2009-08-23 Justin Hunter remove comments
2009-08-23 Justin Hunter breakout Table creation
2009-08-23 Justin Hunter fix the way columns are added to triggers/constraints...
2009-08-23 Justin Hunter cleanup, mainly create objects before adding them
2009-08-22 Justin Hunter add base functionality to DDL parser
2009-08-22 Justin Hunter add table attribute when creating new objects
2009-08-22 Justin Hunter convert sub parse to method parse
2009-08-22 Justin Hunter add PostgreSQL ddl parsing
2009-08-22 Justin Hunter add SQLite ddl parsing
2009-08-22 Justin Hunter remove extraneous return
2009-08-22 Justin Hunter add MySQL ddl parsing
2009-08-19 Justin Hunter cleanup
2009-08-19 Justin Hunter initial XML Parser/Producer
2009-08-17 Justin Hunter YAML parsing
2009-08-07 Justin Hunter forgot a pesky semicolon
2009-08-05 Justin Hunter initial mysql dbi parser role
2009-08-05 Justin Hunter minor change
2009-07-26 Justin Hunter override _column_data_type for SQLite
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-07-02 Justin Hunter gone
2009-07-02 Justin Hunter make these roles
2009-06-21 Justin Hunter remove debug
2009-06-21 Justin Hunter cleanup of object creation
2009-06-21 Justin Hunter add fk_info sub
2009-06-21 Justin Hunter fix some schema object issues
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
2009-06-09 Justin Hunter really removed
2009-06-09 Justin Hunter move to a DDL dir
2009-06-06 Justin Hunter oops, these really do have content
2009-06-06 Justin Hunter checking in changes