dbsrgits/SQL-Translator-2.0-ish.git
2009-09-30 Justin Hunter another test
2009-09-30 Justin Hunter fix after removing auto_deref
2009-09-30 Justin Hunter set table/schema when added to table/schema, rather...
2009-09-30 Justin Hunter initial xml test
2009-09-30 Justin Hunter allow setting of fields (columns) like ->fields('foo...
2009-09-30 Justin Hunter break out size into length & precision
2009-09-29 Justin Hunter coerce a hash into an Index
2009-09-29 Justin Hunter no more auto_deref
2009-09-29 Justin Hunter change Undef to an empty ArrayRef and remove auto_deref
2009-09-29 Justin Hunter remove auto-deref and use the Native::Trait handles
2009-09-27 Justin Hunter add backcompat get_field method
2009-09-25 Justin Hunter schema test changes
2009-09-24 Justin Hunter add is_valid method and a default for type
2009-09-24 Justin Hunter fix extra method
2009-09-24 Justin Hunter data_type is now a timestamp without time zone (no...
2009-09-24 Justin Hunter some pg grammar fixes
2009-09-24 Justin Hunter add coercion for Index
2009-09-22 Justin Hunter simple pod coverage test
2009-09-22 Justin Hunter return comments/options/extra when they are set
2009-09-22 Justin Hunter add overload (stringification) to Column, setup some...
2009-09-22 Justin Hunter add backcompat methods and some checking on ->name
2009-09-22 Justin Hunter make is_nullable a Bit and default the column size...
2009-09-22 Justin Hunter we can get the schema from the translator now
2009-09-22 Justin Hunter coerce a Column from a HashRef via Column->new
2009-09-22 Justin Hunter add some error checking to add_column and an alias...
2009-09-22 Justin Hunter add ability to drop(remove) a column
2009-09-19 Justin Hunter ->error does not exist and send on the parser|producer_args
2009-09-19 Justin Hunter add is_valid check and make sure you can't add a table...
2009-09-19 Justin Hunter stringify the table object
2009-09-19 Justin Hunter add ability to "drop" a table
2009-09-19 Justin Hunter add database attribute
2009-09-19 Justin Hunter help pod test pass
2009-09-17 Justin Hunter bump required versions
2009-09-08 Justin Hunter another test
2009-09-08 Justin Hunter better way to write the translate method
2009-09-08 Justin Hunter change from parse_mysql_version to engine_version
2009-09-08 Justin Hunter add specific mysql_parser_version tests to roundtrip
2009-09-08 Justin Hunter TODO: fix handling of 'KEY name_idx (name(10))' (partia...
2009-09-08 Justin Hunter done testing!
2009-09-08 Justin Hunter change from parse_mysql_version (in S::T::Utils) to...
2009-09-08 Justin Hunter change of namespace for Objects (Schema becomes Object)
2009-09-08 Justin Hunter we no longer normalize fields (change the size to the...
2009-09-08 Justin Hunter change from parse($tr, $data) to $tr->parse($data)
2009-09-08 Justin Hunter fix up use and don't plan
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 put former S::T::Utils method parse_mysql_version into...
2009-09-08 Justin Hunter add DEFAULT_PARSER_VERSION constant
2009-09-08 Justin Hunter default_value might also be a ScalarRef
2009-09-08 Justin Hunter add predicates for parser_args/producer_args
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-08 Justin Hunter allow adding of indexes where name is ""
2009-09-05 Justin Hunter no plan, use done_testing
2009-09-05 Justin Hunter handle constraints with no name
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 SQLite DDL parser test & data
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 Roundtrip test (more parsers to be added)
2009-09-05 Justin Hunter PostgreSQL DDL parser test
2009-09-05 Justin Hunter fix spelling error
2009-09-04 Justin Hunter remove needless alias
2009-09-04 Justin Hunter move method 'aliases' into handles
2009-09-04 Justin Hunter bump version requirements
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
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 add/use new Bit type (0 or 1)
2009-09-03 Justin Hunter fix options and comments methods
2009-09-03 Justin Hunter get PostgreSQL passing roundtrip
2009-09-03 Justin Hunter default should be true not false
2009-09-03 Justin Hunter add match_type attribute
2009-08-26 Justin Hunter change to proper ->new/add_* methods
2009-08-26 Justin Hunter remove comments/old warnings
2009-08-26 Justin Hunter don't pass in order, but pass in extra
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-24 Justin Hunter add Parse::RecDescent dep
2009-08-24 Justin Hunter clean up Makefile
2009-08-23 Justin Hunter fix up Makefile
2009-08-23 Justin Hunter table is required for Indx
2009-08-23 Justin Hunter initial Makefile.PL
2009-08-23 Justin Hunter add table to objects that need it
next