Fix RT52812
[dbsrgits/DBIx-Class.git] / lib / SQL / Translator / Parser / DBIx / Class.pm
2009-12-19 Peter Rabbitson Fix RT52812
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier Views without a view_definition won't be added to the...
2009-11-15 Peter Rabbitson FK constraints towards a view don't quite work
2009-10-23 Peter Rabbitson { is_foreign_key_constraint => 0, on_delete => undef...
2009-08-08 Peter Rabbitson Fix a corner case and improve comments
2009-08-08 Peter Rabbitson Clarify POD and cleanup the ->name-hack warning
2009-08-06 Rafael Kitover improve the ->name(REF) warning code
2009-08-06 Rafael Kitover add warning for custom resultsources through ->name...
2009-07-17 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-06-29 Peter Rabbitson This is sloppy, but sqlt is sloppy too. All tests pass...
2009-06-27 Peter Rabbitson Bump author SQLT dependency for early developer testing
2009-06-27 Peter Rabbitson Adjust sqlt schema parser to add tables in FK dependenc...
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-04-25 Jess Robinson Docs on using multiple db schemas (from abraxxa maybe...
2009-02-27 Peter Rabbitson Allow sqlt_deploy_hook on views
2009-02-19 Jess Robinson Add view test.
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-10 Jess Robinson More docs, pointing at using deploy/create_ddl_dir
2009-02-10 Peter Rabbitson Finally make the indexer happy wrt SQL::Translator...
2009-01-21 Jess Robinson Docs fixed, tests not fail..
2009-01-20 Yuval Kogman Add sqlt_deploy_hook to Result Source
2008-11-09 Peter Rabbitson Switch schema management version calls from VERSION...
2008-11-06 Steffen Schwigon unhide SQL::Translator::Parser::DBIx::Class from pause...
2008-11-06 Steffen Schwigon pod documentation for SQL::Translator::Parser::DBIx...
2008-09-16 Wallace Reis getting rid of warns about undefined value for accessor
2008-08-26 Wallace Reis missed sql key
2008-08-25 Peter Rabbitson Merge 'trunk' into 'view_support'
2008-08-25 Guillermo Roditi parser improvements and test correction
2008-08-25 Guillermo Roditi is_virtual support
2008-08-25 Peter Rabbitson Force on_delete/on_update arguments to upper case for...
2008-08-23 Guillermo Roditi oops
2008-08-23 Guillermo Roditi ground work. still to do is tests, docs, better code
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-07-18 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-15 Johannes Plunien Skip custom query sources
2008-06-11 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-10 Luke Saunders added some perldoc
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-03 Ash Berlin Remove Digest::SHA1 dep too
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-05-30 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-30 Matt S Trout fix SQL::Translator parser to add $table_idx_ on the...
2008-05-14 John Napiorkowski changed SQLT::Parser::DBIC so that in FK constraints...
2008-05-08 John Napiorkowski more cleanup of the test suite so that we can run it...
2008-05-08 John Napiorkowski lots of updates to make the test suite work with databa...
2008-04-25 Luke Saunders removed auto-generated indexes from being explicitly...
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-17 Ash Berlin Fix test to reflect correct default state for deferrabl...
2008-03-17 Ash Berlin Fix is_deferrable and respcet sqltargs properly
2008-03-04 Luke Saunders manual merge for deferrable changes from trunk
2008-03-04 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2008-02-27 Luke Saunders fixed behaviour or is_foreign_key_constraint and unique...
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2007-11-24 Ash Berlin Change diffing code to use $sqlt_schema. Sort tables...
2007-11-24 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2007-11-24 Ash Berlin Sort tables for consistent output
2007-11-15 Ash Berlin Fix is_foreign_key_constraint - thanks Jon Schutz
2007-10-23 Luke Saunders changed constraint and index generation to be consisten...
2007-10-22 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin s/indices/indexes/ to keep Jess happy.
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2007-09-25 Ash Berlin Throw if "foreign." and "self." are wrong way round...
2007-08-21 Luke Saunders works well, we now just require a nice way to deploy...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-04-19 Matt S Trout reverting r3173, already implemented in -current
2007-04-02 Jess Robinson Add patch from dec to allow us to pick which sources...
2007-03-18 Ash Berlin sqlt parser now respected a relationship attribute...
2006-11-27 Ash Berlin Typo fix in error message
2006-11-27 Ash Berlin - $schema->deploy now accepts a list of source (name...
2006-05-06 Jess Robinson Experiments in versioning..
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-04 Stephan Szabo Added code to allow looking up of the other side of...
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-02-28 Simon Elliott Fix to foreign key sqlt generation
2006-02-06 Matt S Trout Removed debug print statement from SQLT parser
2006-02-06 Matt S Trout Minor bugfix to SQLT parser
2006-02-01 Jess Robinson Allow usage of --package for the schema name
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-17 Matt S Trout Un-added a bug I introduced in the SQLT parser, added...
2006-01-17 Matt S Trout Imported Jess Robinson's SQL::Translator::Parser::DBIx...