Changes/author for a1e1a51
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest /
2010-10-04 wreis Extend proxy rel attr
2010-08-11 Rafael Kitover add proper test for column names with punctuation,...
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-06-11 Alexander Hartmaier added test for limit queries failing on Oracle
2010-06-02 Peter Rabbitson Relax developer policy, allowing to skip optional depen...
2010-06-02 Peter Rabbitson Really fix uninit warning
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-25 Peter Rabbitson Fix undef warning
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-03-07 Rafael Kitover Merge 'storage-interbase' into 'trunk'
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-03-07 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-07 Peter Rabbitson Cleanup a bit
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Rafael Kitover remove BindType2 test class
2010-03-06 Peter Rabbitson me-- not thinking
2010-03-06 Peter Rabbitson Fully deprecate IC::File
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-16 Peter Rabbitson Augment did-author-run-makefile check to include OptDeps
2010-02-13 Peter Rabbitson Merge 'trunk' into 'dbicadmin_refactor'
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-17 Peter Rabbitson Real detabify
2009-12-31 Rafael Kitover failing test
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-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-26 Peter Rabbitson Whoops, wrong accessor (things still work though)
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-11-15 Peter Rabbitson Fix non-sqlt schema file
2009-11-15 Peter Rabbitson Extensive test of virtual and classic view relationships
2009-11-15 Peter Rabbitson Turn into a straight-inheritance view class
2009-11-13 Alexander Hartmaier seems I found the bugger
2009-11-13 Alexander Hartmaier added rels to view result classes in test schema
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
next