Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / SQL /
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2012-11-05 Peter Rabbitson Switch vestigial warn() calls to carp()
2012-03-12 Peter Rabbitson Fix more $schema leaks in the SQLT DBIC Parser (AUGHHHH...
2011-05-10 Justin Hunter turn 'use vars' into 'our'
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-19 Alexander Hartmaier Fix deploy and relationship traversal on partial schemas
2010-10-27 Amiri Barksdale... View-dep cleanups (really paper overs, code needs a...
2010-07-10 Amiri Barksdale... Unified _resolve_deps from two branches to one.
2010-07-10 Amiri Barksdale... Use fully-qualified result class names instead of sourc...
2010-07-10 Amiri Barksdale... Change API of deploy_depends_on: pass it source names...
2010-06-06 Amiri Barksdale... Remove extraneous include in parser; replace loop with...
2010-06-06 Amiri Barksdale... Parser correct; test includes failure, shorter query...
2010-06-02 Peter Rabbitson No authorship on individual files - just the central...
2010-06-02 Peter Rabbitson Merge 'trunk' into 'view-deps'
2010-06-02 Amiri Barksdale Finish ViewDeps: fix a join in test class, put attribs...
2010-06-01 Amiri Barksdale Change ViewDeps schema to use meaningful tables; use...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-30 Peter Rabbitson Merge 'trunk' into 'view-deps'
2010-05-30 Amiri Barksdale Change dependency parser in SQL::T::Parser::DBIC for...
2010-05-28 Amiri Barksdale New parser sort functions fulfills its purpose but...
2010-05-27 Amiri Barksdale view_sources sorter done? --AKB
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-20 Amiri Barksdale Add test files and test for vie
2010-05-17 Peter Rabbitson Merge 'trunk' into 'view-deps'
2010-02-19 Peter Rabbitson Fix stupid sqlt parser regression
2010-01-19 Peter Rabbitson Minor style change and white space trim
2010-01-19 Alexander Hartmaier fixed Authors section
2010-01-18 Alexander Hartmaier test and pod fixes
2010-01-18 Alexander Hartmaier better pod thanks to ribasushi
2010-01-18 Alexander Hartmaier added pod section for parser args
2010-01-15 Alexander Hartmaier don't sort the key columns because the order of columns...
2010-01-15 Alexander Hartmaier don't sort the primary columns because order matters...
2010-01-15 Alexander Hartmaier added branch no_duplicate_indexes_for_pk_cols with...
2010-01-13 Alexander Hartmaier added the sources parser arg to the example code
2010-01-09 Peter Rabbitson Changes
2010-01-09 Peter Rabbitson A "fix" for sqlt-related schema leaks
2009-12-24 Peter Rabbitson Don't call the PK setter if no PK
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-18 Matt S Trout dependency for views
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'
next