dbsrgits/SQL-Translator-2.0-ish.git
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...
2009-11-16 Justin Hunter hack to make column auto_increment if it is changed...
2009-11-16 Justin Hunter remove unnecessary (Any $)
2009-10-18 Justin Hunter (Any $) is not necessary anymore for a multi method...
2009-10-18 Justin Hunter up some deps
2009-10-18 Justin Hunter if primary key constraint is added, make associated...
2009-10-18 Justin Hunter add remove_sequence helper
2009-10-18 Justin Hunter remove all columns before adding new ones via ->fields...
2009-10-09 Justin Hunter add drop_view
2009-10-09 Justin Hunter add remove methods for the rest of the objects and...
2009-10-06 Justin Hunter View extends Table
2009-10-06 Justin Hunter move drop_* to Compat, change to around remove_* in...
2009-10-03 Justin Hunter make "" the default for constraint name
2009-10-03 Justin Hunter remove ColumnSize and add MatchType
2009-10-03 Justin Hunter coerce HashRefs to Objects
2009-10-03 Justin Hunter add a sensible default for match_type and make type...
2009-10-03 Justin Hunter fix some typos and add multi methods for drop_index
2009-10-03 Justin Hunter coerce Sequence and Constraint into objects
2009-10-03 Justin Hunter add ability to remove indexes (indices?)
2009-10-03 Justin Hunter remove/add column to Columns hash upon rename
2009-10-03 Justin Hunter add error attribute
2009-10-03 Justin Hunter move backcompat into Compat.pm and apply the role to...
next