add tests and test data
[dbsrgits/SQL-Translator-2.0-ish.git] / lib /
2009-08-26 Justin Hunter properly get schema/translator
2009-08-26 Justin Hunter stub for XML grammar
2009-08-26 Justin Hunter add extra behavior to parameters attribute
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-25 Justin Hunter fix constraint production
2009-08-25 Justin Hunter remove extraneous imports
2009-08-25 Justin Hunter remove unneeded MooseX::Types::Moose imports
2009-08-25 Justin Hunter move to MooseX::Declare extends style
2009-08-24 Justin Hunter add 'extra' to produce result
2009-08-24 Justin Hunter move extra down to Object.pm
2009-08-24 Justin Hunter add schema to new table
2009-08-24 Justin Hunter add wantarray for return and only push new options...
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 fix up fields values (scalar values resulted in an...
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-23 Justin Hunter convert sub to method
2009-08-23 Justin Hunter don't set schema to ->parse (->translator->schema alrea...
2009-08-23 Justin Hunter make schema lazy
2009-08-23 Justin Hunter make action Any for the time being
2009-08-23 Justin Hunter move options down to Object.pm
2009-08-22 Justin Hunter add PostgreSQL producing
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 SQLite producer rewrite
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-22 Justin Hunter add 'extra' attribute (may move down to Object.pm)
2009-08-22 Justin Hunter cleanup
2009-08-22 Justin Hunter add backcompat methods
2009-08-22 Justin Hunter move reference_* down to Constraint
2009-08-22 Justin Hunter add table for reference
2009-08-22 Justin Hunter move comments down to the base Object
2009-08-22 Justin Hunter break try catch into multiple lines
2009-08-22 Justin Hunter remove default parse method
2009-08-22 Justin Hunter add translator object to parser
2009-08-22 Justin Hunter update SQLite grammar
2009-08-22 Justin Hunter add quote_field_names/quote_table_names
2009-08-22 Justin Hunter initial MySQL producer
2009-08-22 Justin Hunter initial PostgreSQL grammar
2009-08-20 Justin Hunter move from curries to provides => { set => 'add_......
2009-08-19 Justin Hunter cleanup
2009-08-19 Justin Hunter make sql required
2009-08-19 Justin Hunter rename contents attribute to sql
2009-08-19 Justin Hunter change parameters from HashRef to ArrayRef
2009-08-19 Justin Hunter add more attributes
2009-08-19 Justin Hunter initial XML Parser/Producer
2009-08-19 Justin Hunter add back compat attributes
2009-08-19 Justin Hunter add triggers to Schema
2009-08-19 Justin Hunter add some backcompat attributes/methods
2009-08-19 Justin Hunter change sub to method
2009-08-19 Justin Hunter move attributes to Translator
2009-08-17 Justin Hunter add a ref to the translator object that created the...
2009-08-17 Justin Hunter add Translator type
2009-08-17 Justin Hunter YAML parsing
2009-08-11 Justin Hunter add compat methods
2009-08-11 Justin Hunter use IxHash
2009-08-11 Justin Hunter use IxHash
2009-08-11 Justin Hunter add ColumnSize subtype and its coercions
2009-08-11 Justin Hunter change from data_type (freeform text) to sql_data_type...
2009-08-11 Justin Hunter use method BUILD instead of triggers
2009-08-11 Justin Hunter add sql_data_type attribute
2009-08-11 Justin Hunter methods for compat
2009-08-11 Justin Hunter make PrimaryKey an Index and Constraint
2009-08-11 Justin Hunter add compat methods
2009-08-11 Justin Hunter add compat methods
2009-08-11 Justin Hunter add compat methods
2009-08-11 Justin Hunter some tests
2009-08-11 Justin Hunter add 'extra' and 'is_primary_key' attributes
2009-08-11 Justin Hunter change SQL_CHAR() to char
2009-08-11 Justin Hunter add SQL::Translator constants
2009-08-11 Justin Hunter change in mysql grammar
2009-08-07 Justin Hunter turn data_type_mapping into an attribute
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-08-05 Justin Hunter initial mysql grammar
2009-08-05 Justin Hunter add float type
2009-08-05 Justin Hunter remove comment
2009-08-04 Justin Hunter typo
2009-08-01 Justin Hunter don't use a precompiled version
2009-08-01 Justin Hunter change what roles are applied to ddl
2009-08-01 Justin Hunter change current_timestamp to now)
2009-07-31 Justin Hunter inital SQLite grammar
2009-07-29 Justin Hunter apply ddl parser role
2009-07-29 Justin Hunter allow detection of ddl parser
2009-07-29 Justin Hunter add comments attribute
2009-07-29 Justin Hunter rename remarks to comments
2009-07-26 Justin Hunter override _column_data_type for SQLite
next