dbsrgits/SQL-Translator-2.0-ish.git
2011-06-28 Justin Hunter add constraints after all tables are added master
2011-06-28 Justin Hunter added two tables, so up the number expected
2011-06-28 Justin Hunter add referenced tables
2011-06-27 Justin Hunter remove unneeded type
2011-06-27 Justin Hunter ok, so I do need to pass in a HashRef
2011-06-21 Justin Hunter remove unneeded { }
2011-06-21 Justin Hunter some better handling of munging fields to columns
2011-06-21 Justin Hunter apparenlty add_column(coerce ...) works now
2011-06-21 Justin Hunter use Tie::IxHash methods and accessors
2011-06-21 Justin Hunter only allow Str now
2011-06-21 Justin Hunter better handling of FKs
2011-06-21 Justin Hunter allow get_column to take anything coerceable into a...
2011-06-21 Justin Hunter set the table on the column
2011-06-21 Justin Hunter add a has_columns method
2011-06-21 Justin Hunter add an around BUILDARGS to process fields arg properly
2011-06-21 Justin Hunter coerce from Column from Str
2011-06-21 Justin Hunter make the default owner ..owner
2011-06-21 Justin Hunter fix tests
2011-06-20 Justin Hunter rewrite Makefile.PL
2011-06-20 Justin Hunter use Try::Tiny instead of TryCatch
2010-11-12 Justin Hunter coerce $column for add_column
2010-11-12 Justin Hunter formatting fix
2010-10-21 Justin Hunter change method used to determine if a table is valid origin/HEAD origin/master
2010-10-21 Justin Hunter add error attr for back-compat
2010-10-21 Justin Hunter database_event does not need to be explictly added...
2010-10-21 Justin Hunter remove warning
2010-10-21 Justin Hunter missed some IxHash stuff
2010-10-21 Justin Hunter return values when using native traits
2010-10-21 Justin Hunter change usage of Tie::IxHash
2010-09-27 Justin Hunter use $pdata instead of $tdata for procedure info
2010-09-27 Justin Hunter add the field for later on
2010-09-27 Justin Hunter database_events needs to be an ArrayRef
2010-09-22 Justin Hunter add a "data" attribute
2010-09-22 Justin Hunter trim down imports
2010-09-22 Justin Hunter move from Bool to Bit
2010-09-22 Justin Hunter remove alot of the "scalaring"
2010-09-22 Justin Hunter fix up is_nullable and is_unique being wrong at times
2010-09-22 Justin Hunter formatting fixes
2010-09-22 Justin Hunter we give out generic names to non-named constraints now
2010-07-27 Justin Hunter this is probably a better coercion
2010-07-27 Justin Hunter fix minor erorr
2010-07-27 Justin Hunter add order to various object creations, fix how data...
2010-07-27 Justin Hunter fix database_events
2010-07-27 Justin Hunter fix up some ordering issues
2010-07-27 Justin Hunter show_warnings should default to 0
2010-07-27 Justin Hunter fix up versioning
2010-07-27 Justin Hunter fixup the test a bit
2010-07-26 Justin Hunter fix issue with order being wrong
2010-07-26 Justin Hunter make "is_unique" an attribute
2010-07-26 Justin Hunter fix typo
2010-03-23 Justin Hunter lets remove that extra ;
2010-03-23 Justin Hunter move the class_type around
2010-03-23 Arthur Axel... fix type constraint in UglyLanguage
2010-03-23 Arthur Axel... Merge branch 'master' of git://github.com/arcanez/SQL...
2010-03-23 Arthur Axel... gitignore will help
2010-03-23 Justin Hunter no swapfiles allowed
2010-03-23 Justin Hunter DBIx::Class parser stubs
2010-03-23 Justin Hunter backcompat SQL::Translator::Schema::Constants
2010-02-24 Justin Hunter fix SQLite parsing and code clean up
2010-02-21 Justin Hunter create empty README, will populate later
2010-02-21 Justin Hunter add MooseX::Aliases (to allow for to/from and producer...
2010-02-20 Justin Hunter don't clear the schema, but leave the ability to do...
2010-02-20 Justin Hunter fix view generation
2010-02-20 Graham Barr Add method to populate a column extra fields
2010-02-20 Graham Barr Add specific methods for adding foreign keys and indexe...
2010-02-20 Graham Barr If schema name is unspecified, select from database
2010-02-20 Graham Barr preserve column order
2010-02-20 Graham Barr Add parse method for DBI parser
2010-02-20 Justin Hunter partial test cleanup, more to come
2010-02-20 Justin Hunter remove some unnecessary code
2010-02-20 Justin Hunter comment out the trigger for now
2010-02-20 Justin Hunter clear the schema before throwing another one on
2010-02-10 Justin Hunter add (and use) _default_value method, relatively similar...
2010-02-10 Justin Hunter spacing change
2010-02-10 Justin Hunter change "fields" into "columns" (backcompat), probably...
2010-02-10 Justin Hunter minor whitespace cleanup
2010-02-10 Justin Hunter yes, we want column comments for SQLite
2010-02-10 Justin Hunter remove sort
2010-02-10 Justin Hunter clean up SQLite producer, mainly header_comment
2010-02-09 Justin Hunter don't try to guess what to load, use a mapping
2010-02-09 Justin Hunter test at least runs now
2010-02-09 Justin Hunter hardwire is_valid for the time being
2010-02-09 Justin Hunter added some attributes
2010-02-09 Justin Hunter make this test pass, fix it up to match new SQLT design
2010-02-09 Justin Hunter no longer need to call the methods to add extra/options...
2010-02-09 Justin Hunter long awaited BUILDARGS to help with comments/options...
2010-02-09 Justin Hunter coerce Str to ArrayRef
2010-02-09 Justin Hunter coerce a Str to ArrayRef
2010-01-27 Justin Hunter remove some sorts
2010-01-27 Justin Hunter use Digest::SHA1 for sha1_hex
2010-01-27 Justin Hunter make sure columns is an ARRAYREF
2010-01-27 Justin Hunter more tests and test data
2010-01-27 Justin Hunter add tests and test data
2010-01-27 Justin Hunter update test
2010-01-27 Justin Hunter primary key fix for YAML
2010-01-18 Justin Hunter more test fixups
2010-01-18 Justin Hunter database_events as an array, not arrayref
2010-01-18 Justin Hunter primary key fix
2010-01-16 Justin Hunter no more wantarray
2010-01-16 Justin Hunter fix for dropping procedures and temporarily remove die
next