Cookbook entry for -as and syntax tests
[dbsrgits/DBIx-Class.git] / t /
2009-08-17 Peter Rabbitson Cookbook entry for -as and syntax tests
2009-08-17 Peter Rabbitson Allow select AS specification for functions only via...
2009-08-13 Peter Rabbitson Last bit
2009-08-13 Peter Rabbitson Adjust the storage DESTROY and the tests to accomodate...
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-12 Peter Rabbitson Grrrr
2009-08-12 Peter Rabbitson Remove leftovers from frew's tests
2009-08-11 Peter Rabbitson Fix an obscure regression when inserting an object...
2009-08-11 Peter Rabbitson Whitespace
2009-08-11 Peter Rabbitson cleanup
2009-08-11 Peter Rabbitson Sanify group_by handling in complex prefetch rewrites
2009-08-11 Moritz Onken removed TODO test
2009-08-10 Andy Grundman Add failing test for RT 47779, group_by as a scalar ref
2009-08-10 Michael Reddick Added exception when resultset called without an argument
2009-08-10 Peter Rabbitson Fix bogus test
2009-08-09 Moritz Onken added TODO test: call accessors when create()ing a row
2009-08-09 Peter Rabbitson newline
2009-08-09 Peter Rabbitson Comment and todoify remaining test - too much of an...
2009-08-09 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-08 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
2009-08-08 Peter Rabbitson Merge 'reduce_pings' into 'trunk'
2009-08-08 Peter Rabbitson A more straightforward txn_begin fix, some more test...
2009-08-08 Peter Rabbitson Stop using discard_changes() in Ordered (if I knew...
2009-08-07 Peter Rabbitson Switch to done_testing
2009-08-07 Peter Rabbitson Merge 'trunk' into 'discard_changes_replication_fix'
2009-08-06 Rafael Kitover add warning for custom resultsources through ->name...
2009-08-06 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-08-05 Arthur Axel "fREW... Fix testing bug. Windows only.
2009-08-05 Arthur Axel "fREW... whitespace jfklds;ajfklds;a
2009-08-05 Rafael Kitover fix up txn_begin and the ping_count test
2009-08-05 Rafael Kitover better money value comparison in tests
2009-08-05 Rafael Kitover fix rounding issues in mssql money tests
2009-08-05 John Napiorkowski added test to make sure you can override the default...
2009-08-05 John Napiorkowski opps typo in test status messages
2009-08-05 John Napiorkowski added test for the new default force pool behavior...
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-08-05 Peter Rabbitson We do not count pings during deploy - they are expected
2009-08-05 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-08-05 Peter Rabbitson Silence a TODO test
2009-08-05 Peter Rabbitson Reminder about discard_changes and friends
2009-08-05 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-04 Peter Rabbitson Merge 'prefetch_bug-related_resultset_order_by_plus_lim...
2009-08-04 Peter Rabbitson Split the search_related prefetch tests into a standalo...
2009-08-04 Rafael Kitover update oracle tests for new "track" table
2009-08-04 Moritz Onken prefetch-grouped fails, again
2009-08-04 Peter Rabbitson Move around tests a bit
2009-08-04 Peter Rabbitson Separate the diamond MC test
2009-08-04 Peter Rabbitson Remove bogus test - the real test is in t/multi_create...
2009-08-04 Peter Rabbitson fix merge fallout
2009-08-04 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch_redux'
2009-08-04 Peter Rabbitson Add an extra test specifically for distinct/prefetch
2009-08-03 Peter Rabbitson Use goto to preserve correct error-at-line reporting
2009-08-03 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
2009-08-03 Peter Rabbitson Adjust expected sql to match the new 'Track' table...
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-03 Rafael Kitover check that dynamic cursors are functional if enabled
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mysql_ansi'
2009-08-03 Rob Kinyon Added two tests and marked one todo_skip
2009-07-31 Rob Kinyon Added MooseX::Traits to Makefile.PL
2009-07-31 Rafael Kitover fix a bug in _determine_driver
2009-07-30 Rafael Kitover add missing file
2009-07-30 Rafael Kitover better rebless check for insert
2009-07-30 Rafael Kitover update sqlite test schema
2009-07-30 Rafael Kitover Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-07-30 Rafael Kitover update sqlite test schema
2009-07-30 Rafael Kitover MSSQL GUID support
2009-07-30 Rafael Kitover better tests for "smalldatetime" support in MSSQL
2009-07-28 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-28 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-28 Rafael Kitover Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-07-28 Rafael Kitover add postgres "timestamp without time zone" support
2009-07-24 Rafael Kitover add placeholder support detection for mssql through...
2009-07-24 Rafael Kitover merge in some more MSSQL code, including odbc dynamic...
2009-07-24 Rafael Kitover revert t/746mssql.t to trunk and move to another branch
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
2009-07-24 Rafael Kitover moving test to another branch
2009-07-24 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-23 Norbert Buchmuller Failing test for prefetch bug: M -> 1 -> M with prefetc...
2009-07-23 Rafael Kitover add money type tests to dbd::sybase+mssql tests
2009-07-23 Rafael Kitover add test for updating money value to NULL
2009-07-23 Rafael Kitover fix money columns
2009-07-23 Rafael Kitover add test
2009-07-22 Peter Rabbitson Lazy folks do not run the whole test suite before mergi...
2009-07-21 Norbert Buchmuller Fixing what my svk client screwed up.
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-20 Norbert Buchmuller (no commit message)
2009-07-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-17 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-15 Rafael Kitover add IC::DT tests for odbc/mssql
2009-07-14 Rob Kinyon Merge 'trunk' into 'new_replication_transaction_fixup'
2009-07-14 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-07-11 Rafael Kitover added failing test
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
next