Backout sybase changes
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest /
2009-09-14 Peter Rabbitson Someone claimed this is a problem...
2009-09-10 Moritz Onken added test to make sure that store_column is called...
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-09-06 Peter Rabbitson Test cleanup:
2009-09-04 Peter Rabbitson Fixes to pg test after review:
2009-08-25 Peter Rabbitson Change a datatype for test purposes
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-09 Moritz Onken added TODO test: call accessors when create()ing a row
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 Peter Rabbitson Dynamically load necessary table classes
2009-07-30 Rafael Kitover add missing file
2009-07-30 Rafael Kitover better test for "smalldatetime" in Sybase
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 add postgres "timestamp without time zone" support
2009-07-23 Rafael Kitover add test
2009-07-22 Rafael Kitover remove unnecessary test Result class
2009-07-22 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-17 Rafael Kitover some compatibility updated for older DBD::Sybase versio...
2009-07-17 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski set correct number of tests, changed the debuggin outpu...
2009-07-03 Peter Rabbitson Extra test to demonstrate has_one working, and a POD...
2009-07-03 Peter Rabbitson Double an existing might_have test as has_one
2009-06-29 Rafael Kitover changed CD to ->table(\"cd")
2009-06-29 Rafael Kitover separated table ref test out, changed CDTableRef to...
2009-06-28 Rafael Kitover >table(\"foo") now works
2009-06-25 Peter Rabbitson Minor cleanups
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-23 Peter Rabbitson Move tests around, add extra has_one relationship
2009-06-19 Peter Rabbitson cleanup svn attrs
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-10 Peter Rabbitson Merge 'trunk' into 'mystery_join'
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
2009-06-09 Peter Rabbitson AuthorCheck fixes
2009-06-07 Peter Rabbitson Fix find_or_new/create to stop returning random rows...
2009-05-28 Peter Rabbitson Commit rather useless but already written mysql test...
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-24 Peter Rabbitson eol adjustments
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
2009-05-16 Peter Rabbitson Now we can do diag $rs->hri_dump, ain't that nice
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-05-04 Ron "Quinn" Straight Proper support for timestamp inflation. Added last_upd...
2009-04-30 Peter Rabbitson Revert addition of superficial relationship in r5886
2009-04-13 Peter Collingbourne Correctly propagate forced left joins through arrayrefs...
2009-03-17 Johannes Plunien putting IC::DateTime locale, timezone or floating_tz_ok...
2009-03-06 Peter Rabbitson Remove erroneously merged file
2009-03-03 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-03 Peter Rabbitson Rewrite t/54taint.t to properly test load_namespaces()
2009-02-22 Peter Rabbitson janitorial work
2009-02-21 Peter Rabbitson Somewhat fix bloody messy test
2009-02-20 Peter Rabbitson Ordered now works correctly with MC too \o/
2009-02-20 Jess Robinson Add missing views test file, oops
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
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-18 Jess Robinson Fix name of view.
2009-02-13 Peter Rabbitson Some forgotten tests
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-09 Guillermo Roditi ahhhh my bad. svk patch ne patch. oops adding missing...
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-07 Johannes Plunien Possible to set locale in IC::DateTime extra => {}...
2009-02-04 Guillermo Roditi adding failing test to make sure insert doesnt call...
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-24 Peter Rabbitson Merge 'multicreate' into 'multi_stuff'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-11-25 Norbert Buchmuller * Renamed DBICTest::DBICDebugObj to DBIC::DebugObj.
2008-11-23 Peter Rabbitson Yet another test relationship/table for the real test...
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-11-17 Peter Rabbitson One more (passing) multicreate test and a bit of cleanup
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2008-11-12 Matt S Trout Merge 'trunk' into 'sqla_1.50_compat'
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-11-07 Peter Rabbitson One extra multicreate test and some cleanup
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-10-26 Johannes Plunien floating timezone warning
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-10-24 Peter Rabbitson More test schema relations for future tests
2008-10-09 Peter Rabbitson Add new column with a default to Artist, adjust tests...
2008-08-28 Peter Rabbitson doh2
2008-08-28 Matt S Trout doh
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-25 Matt S Trout delete Core::View and ResultSourceProxy::View, fix...
2008-08-25 Guillermo Roditi perl -Ilib -It/lib -MDBICTest::Schema -e'1'
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
next