dbsrgits/SQL-Translator-2.0-ish.git
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
2010-01-15 Justin Hunter unbreak some tests
2010-01-15 Justin Hunter add an add_reference_column handles
2010-01-15 Justin Hunter remove redunant around add_column
2010-01-15 Justin Hunter fix a typo and remove "is"
2010-01-15 Justin Hunter some test fixes
2010-01-13 Justin Hunter add an around remove_trigger to make sure trigger actua...
2010-01-06 Justin Hunter all tests at least run, not all pass
2010-01-06 Justin Hunter bring Procedure up to speed with the rest of the Objects
2009-12-09 Justin Hunter current state of this test
2009-12-09 Justin Hunter use the coercion instead of creating the object (change...
2009-12-09 Justin Hunter fix for primary key adding/checking
2009-12-04 Justin Hunter sometimes it would be nice to spell things correctly
2009-12-04 Justin Hunter add drop_trigger (and put things in alphabetical order)
2009-12-03 Justin Hunter while admittedly still broken, much progress has been...
2009-12-03 Justin Hunter fixes for MySQL producer ->options
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 make these attributes required
2009-12-01 Justin Hunter fix for storing comments using Moose::Autobox and ...
2009-12-01 Justin Hunter set the schema on a trigger when it is added
2009-12-01 Justin Hunter give Trigger objects access to Schema and Table objects
2009-11-16 Justin Hunter check and see if column exists before checking if it...
next