dbsrgits/SQL-Translator-2.0-ish.git
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 add another roundtrip test
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-17 Justin Hunter roundtrip test
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 make test closer to original
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
2009-07-26 Justin Hunter separate out getting the column DATA_TYPE
2009-07-25 Justin Hunter fix type constraint
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-15 Justin Hunter add Parser and Producer class_types
2009-07-14 Justin Hunter move these to ::Producer::SQL::
2009-07-14 Justin Hunter move these to ::Producer::SQL::
2009-07-12 Justin Hunter track temporary tables
2009-07-12 Justin Hunter add ability to 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-12 Justin Hunter add drop_table and no_comments attributes
2009-07-11 Justin Hunter add foreign key action constants
2009-07-11 Justin Hunter add PrimaryKey and ForeignKey classes
2009-07-10 Justin Hunter use Tie::IxHash
2009-07-10 Justin Hunter use Tie::IxHash default
2009-07-10 Justin Hunter use Sub::Exporter instead of Exporter
2009-07-10 Justin Hunter map integer
2009-07-10 Justin Hunter import constants
2009-07-10 Justin Hunter don't required => 1 when lazy & default specified
2009-07-10 Justin Hunter use Tie::IxHash for an ordered hash
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-08 Justin Hunter _very_ basic working SQLite producer
2009-07-08 Justin Hunter fix a spelling mistake and abstract some code into...
2009-07-08 Justin Hunter Column data_type is now an integer (DBI constant) not...
2009-07-08 Justin Hunter initial import of SQL::Translator constants
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-06 Justin Hunter use namespace::autoclean
2009-07-03 Justin Hunter first try at producing
2009-07-03 Justin Hunter use filename instead of ddl
2009-07-03 Justin Hunter minor cosmetic change
2009-07-03 Justin Hunter add support for sequences
2009-07-03 Justin Hunter basic Producer roles
next