dbsrgits/DBIx-Class.git
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-27 Peter Rabbitson Fix some should_quote_data_type problems
2009-02-27 Peter Rabbitson Throw away namespace::clean dependency
2009-02-27 Peter Rabbitson A couple more makefile prereqs
2009-02-27 Peter Rabbitson Allow sqlt_deploy_hook on views
2009-02-27 Peter Rabbitson Reinstate examples after botched merge
2009-02-27 Peter Rabbitson Merge 'sybase' into 'trunk'
2009-02-26 Peter Rabbitson Small test enhancement
2009-02-25 Eden Cardim fixed alias prepending for OR'ed join conditions in...
2009-02-25 Peter Rabbitson Wrap dangerous Ordered operations in transactions ...
2009-02-24 Nigel Metheringham Merge 'column_attr' into 'trunk'
2009-02-24 Guillermo Roditi correct args in wrong order in deplo_statements
2009-02-23 Nigel Metheringham Revived include_columns documentation section (now...
2009-02-23 Nigel Metheringham Merge 'trunk' into 'column_attr'
2009-02-22 Peter Rabbitson More author-requires
2009-02-22 Peter Rabbitson janitorial work
2009-02-22 Peter Rabbitson Learn how to spell
2009-02-22 Peter Rabbitson some more Ordered docs, and a small optimization
2009-02-22 Peter Rabbitson fix exception on esoteric new_related (by zby)
2009-02-22 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-22 Michael Reddick Added default_value caveat documentation to Ordered.pm
2009-02-22 Rob Kinyon Added support for subqueries in the select and +select...
2009-02-22 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-22 Peter Rabbitson FInally rewrote Ordered properly - a number of FIXME...
2009-02-21 Peter Rabbitson Need latest SQLA for proper order_by in Ordered.pm
2009-02-21 Peter Rabbitson silence loud test
2009-02-21 Peter Rabbitson Somewhat fix bloody messy test
2009-02-21 Peter Rabbitson Extend ordered test
2009-02-20 Rafael Kitover make sure to not leave zombie processes from Makefile.PL
2009-02-20 Rafael Kitover comment for SIGBUS
2009-02-20 Peter Rabbitson Now even the torture corner case works
2009-02-20 Matt S Trout fix test bug, also: fuck you, multi create
2009-02-20 Matt S Trout more mc fixes
2009-02-20 Peter Rabbitson rename test
2009-02-20 Peter Rabbitson Ordered test
2009-02-20 Peter Rabbitson moved all evals to lives_ok
2009-02-20 Peter Rabbitson failing test pulled
2009-02-20 Peter Rabbitson separate MC failing test
2009-02-20 Peter Rabbitson Sanify MC test and correct the plan
2009-02-20 Peter Rabbitson A couple fixes to Ordered
2009-02-20 Peter Rabbitson Switching Track to Ordered uncovered a number of defici...
2009-02-20 Peter Rabbitson Sanify test
2009-02-20 Peter Rabbitson Silence verbose MC tests
2009-02-20 Peter Rabbitson Ordered now works correctly with MC too \o/
2009-02-20 Matt S Trout skip views. because we use get_table to test. that...
2009-02-20 Jess Robinson Add missing views test file, oops
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Rafael Kitover check a couple more signals during sqlite health check
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-20 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-20 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-20 Rob Kinyon Added depedency guards
2009-02-20 Matt S Trout changes update for mc fixes
2009-02-20 Rob Kinyon Update Changes
2009-02-20 Michael Reddick added support for from => $rs->as_query
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Rob Kinyon Merge 'multi_stuff' into 'trunk'
2009-02-20 Matt S Trout Merge 'trunk' into 'multi_stuff'
2009-02-20 Michael Reddick fixed from => subquery test. added from => nested subqu...
2009-02-20 Rob Kinyon Fixed syntax error
2009-02-20 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-20 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-20 Rob Kinyon Merge 'multi_stuff' into 'trunk'
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-20 Rafael Kitover Merge 'trunk' into 'multi_stuff'
2009-02-20 Rafael Kitover Merge 'trunk' into 'subquery'
2009-02-20 Rob Kinyon Added qualifiers as to when as_query will work
2009-02-20 Matt S Trout verify non-staged insertion as well
2009-02-20 Matt S Trout prevent objects implicitly passed via new_related havin...
2009-02-20 Rafael Kitover added timeout to sqlite health check because some buggy...
2009-02-20 Jason M. Mills Merge 'trunk' into 'subquery'
2009-02-20 Jason M. Mills Merge 'trunk' into 'multi_stuff'
2009-02-20 Rob Kinyon fixed a few more test situations
2009-02-20 Jason M. Mills Modfied isa() check in set_from_related() to use class...
2009-02-20 Rob Kinyon Fixed some tests so they're now passing (things like...
2009-02-20 Rob Kinyon Merge 'trunk' into 'multi_stuff'
2009-02-20 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-20 Rob Kinyon Fixed failing test
2009-02-20 Jess Robinson Merge 'trunk' into 'subquery'
2009-02-20 Matt S Trout add DBIC_MULTICREATE_DEBUG, fix one bug with column...
2009-02-19 Jess Robinson POD fixing to explain views, and mention in main Result...
2009-02-19 Jess Robinson Add tests for virtual view
2009-02-19 Jess Robinson Add view test.
2009-02-19 Rob Kinyon Merge 'trunk' into 'multi_stuff'
2009-02-19 Michael Reddick added another TODO test for a nested from =>
2009-02-18 Jess Robinson Fix name of view.
2009-02-18 Jess Robinson Improved docs/description lots
2009-02-18 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-18 John Napiorkowski Merge 'trunk' into 'subquery'
2009-02-18 Rob Kinyon Added some more POD in the Cookbook for correlated...
2009-02-18 Rob Kinyon Added my name
2009-02-18 John Napiorkowski I guess ensure_connected does not have a return value...
2009-02-18 Rob Kinyon Marked tests as TODO for later
next