dbsrgits/DBIx-Class.git
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 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 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 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
2009-02-18 Rob Kinyon Fixed a test expectation so the right failure is reported
2009-02-18 Rob Kinyon Alias properly checks ->{attrs}{alias}
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-18 Rob Kinyon The tests are truly failing tests
2009-02-18 Rob Kinyon Added TODO tests for +select and from with as_query
2009-02-18 Rob Kinyon Moved the actual subquery test to a new subquery testfile
2009-02-18 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-17 Norbert Buchmuller * Added new TODO tests for bind attributes (for -...
2009-02-17 Rafael Kitover changed DBD::SQLite from a test_requires to a configure...
2009-02-17 Rafael Kitover changed WriteAll; to WriteAll(); in Makefile.PL because...
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Norbert Buchmuller * Added new test subs (is_same_sql, is_same_bind)...
2009-02-17 Jess Robinson Add multiple database/schema FAQs
2009-02-17 Norbert Buchmuller * Fixed the bug in the test that made it fail in the...
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-17 Norbert Buchmuller * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED...
2009-02-17 Norbert Buchmuller * Fixed the initial DROP TABLE statement (used to...
2009-02-17 Norbert Buchmuller * Updated POD for using PostgreSQL arrays because...
2009-02-17 Norbert Buchmuller * Fixed to make it work with [colname => value] bind...
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Rob Kinyon Added a bit of explanation to resultsets to cut down...
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Rob Kinyon Subqueries are done
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-15 Peter Rabbitson A dbh_do statement executed with bind values will confu...
2009-02-15 Peter Rabbitson Make 81transactions.t DBIC_TRACE friendly
2009-02-13 Rob Kinyon Added a passing test for initial simple subqueries
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Peter Rabbitson Some forgotten tests
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-02-13 Johannes Plunien Refactored and re-added r5041: Split sql statements...
2009-02-12 Nigel Metheringham Made update() on a rs that includes joins complain...
2009-02-12 Guillermo Roditi fixed bug for undef_on_null_fk edge case
2009-02-11 Rob Kinyon Checking in failing test
2009-02-11 Nigel Metheringham Documentation update on startup speed
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-11 Peter Rabbitson make single() die if passed attributes
2009-02-11 Peter Rabbitson Add missing shallow copy of seen_join
2009-02-11 Peter Rabbitson Add a weird extra test, that should work nevertheless
2009-02-11 Peter Rabbitson Test for resultset corruption by search()
2009-02-10 Rob Kinyon Switched to use is_same_sql_bind() per ribasushi's...
2009-02-10 Jess Robinson 1) Add docs to ATTRIBUTES to better explain where to...
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-02-10 Jess Robinson More docs, pointing at using deploy/create_ddl_dir
2009-02-10 Peter Rabbitson More rh-bug related stuff:
2009-02-10 Peter Rabbitson Finally make the indexer happy wrt SQL::Translator...
2009-02-10 Jason M. Mills Merge 'trunk' into 'rt_bug_41083'
next