Dev-Release 0.08099_05
[dbsrgits/DBIx-Class.git] / t /
2008-10-30 Peter Rabbitson Test direct sql passed to ResultSetColumn
2008-10-30 Peter Rabbitson Massive cleanup of Storage::DBI::connect_info, based...
2008-10-29 Peter Rabbitson Minor chaining patch + test by Norbert Buchmuller ...
2008-10-28 Nigel Metheringham Yet more RH perf bug test tweaks
2008-10-28 Nigel Metheringham Reworked RH perf test to be more targetted
2008-10-28 Peter Rabbitson Fix an obscure bug in the DBI exception handler, clobbe...
2008-10-28 Tom Hukins Skip tests if DateTime is not installed.
2008-10-28 Nigel Metheringham Merge 'doc_mods' into 'trunk'
2008-10-28 Nigel Metheringham Merge 'doc_mods' into 'trunk'
2008-10-28 Nigel Metheringham Missing semicolon
2008-10-28 Nigel Metheringham Minor RH perf bug test tweaks including internal docume...
2008-10-27 Nigel Metheringham Minor tweaks to RH perf issue stuff following suggestio...
2008-10-27 Nigel Metheringham Reworked information on RH perl performance issues
2008-10-27 Peter Rabbitson dirty_column detection in set_column() should not depen...
2008-10-26 Johannes Plunien using local on SIG handler
2008-10-26 Johannes Plunien floating timezone warning
2008-10-26 Nigel Metheringham Modified example to use load_namespace with default...
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 complete a test
2008-10-24 Peter Rabbitson Massive multi-create testing, with two regression fixes:
2008-10-24 Peter Rabbitson More test schema relations for future tests
2008-10-24 Peter Rabbitson Count warnings differently, as SQLT produces some weird...
2008-10-24 Michael G Schwern Annoying DBD::SQLite warning is tripping up Test::NoWar...
2008-10-24 Michael G Schwern Using DBIx::Class as a parent causes Class::Accessor...
2008-10-23 Nigel Metheringham Added warnning to $rs->delete which fires if delete...
2008-10-23 Nigel Metheringham Minor wording fix
2008-10-16 Peter Rabbitson Failing tests for multicreate over m2m (passes with...
2008-10-12 Peter Rabbitson Fix omission in pg test
2008-10-12 Peter Rabbitson Downgrading multi-prefetch exception to a warning as...
2008-10-12 Peter Rabbitson TODOify the 'upgrade twice within a second' problem...
2008-10-09 Peter Rabbitson Add new column with a default to Artist, adjust tests...
2008-10-09 Peter Rabbitson Regenerate (finally\!) t/lib/sqlite.sql
2008-10-08 Peter Rabbitson Minor documentation patch by Flavio Poletti - remove...
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-10-07 Peter Rabbitson Merge 'warnfree' into 'trunk'
2008-10-07 Peter Rabbitson duh
2008-10-07 Peter Rabbitson Schema::Versioned test cleanups:
2008-10-06 Marc Mims Remove superfluous TODO test
2008-09-30 Matt S Trout fix new_related on uninserted objects to handle has_man...
2008-09-28 Peter Rabbitson mst is right: there is no sane way to allow automatic...
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien not checking if t/var/DBIxClass.db was created anymore...
2008-09-24 Johannes Plunien doing ->init_schema( sqlite_use_file => 1 ) in 92storag...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
2008-09-24 Matt S Trout first cut at sanitising multi-create/new_related etc...
2008-09-22 Peter Rabbitson Merge 'trunk' into 'warnfree'
2008-09-22 Peter Rabbitson Make t/93single_accessor_object.t work under DBICTEST_S...
2008-09-22 Peter Rabbitson warning tests at t/81transactions.t
2008-09-21 Peter Rabbitson Add a test for another expected warning
2008-09-21 Peter Rabbitson SQLite is rather peculiar on disconnection as described...
2008-09-21 Peter Rabbitson Move the taint tests to a non-mainstream schema - hopef...
2008-09-21 Peter Rabbitson Accomodate postgres being really load on CREATE
2008-09-21 Peter Rabbitson Unregister a source before registering it again
2008-09-21 Peter Rabbitson Revert r482[45], by implementing a better version of...
2008-09-19 Matt S Trout removed retarded global; if you want this feature,...
2008-09-13 Matt S Trout use unlike in test to make error report more useful
2008-09-09 Peter Rabbitson Consistent skip messages throughout the test suite...
2008-09-09 Peter Rabbitson Align self-deploying tests with the CD schema changes...
2008-08-31 Marc Mims Adedd TODO test demonstrating $rs->delete failure for...
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-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-08-22 Peter Rabbitson Multiple HashRefInflator improvements:
2008-08-21 Peter Rabbitson Properly local()ize several $SIG{__WARN__} handlers
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-12 Jess Robinson Add saner warning when non-source classes encountered...
2008-08-07 Luke Saunders refactored compose_namepspace
2008-07-31 Luke Saunders added register_extra_source
2008-07-24 Luke Saunders skipped test which relies on module if module isn't...
2008-07-24 Jess Robinson Added 98rows_prefetch.t from Christopher Davaz, todo...
2008-07-23 John Napiorkowski podcoverage test now requires minimum 0.19 version...
2008-07-23 J. Shirley Skipping this unless we have Clone
2008-07-23 John Napiorkowski replication tests needs Test::Moose
2008-07-23 Matt S Trout fix skip
2008-07-21 John Napiorkowski Merge 'replication_dedux' into 'trunk'
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-07-18 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-16 Guillermo Roditi _is_deteministic_value
2008-07-15 Luke Saunders major versioning doc refactor
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-07-07 John Napiorkowski added some notes in the tests and fixed get_from_storag...
2008-07-07 John Napiorkowski removed some debugging comments, removed transaction...
2008-07-07 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-04 Luke Saunders made versioning overwrite ddl and diff files where...
2008-06-30 Luke Saunders implemented versioning tests for version warns
2008-06-30 Luke Saunders added ignore_version connect attr and updated docs...
2008-06-26 Jess Robinson Remove setup_connection_class from POD, skip in podcoverage
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
2008-06-12 John Napiorkowski more cleanly separated DBIC::Storage::Replicated from...
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-11 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-10 Luke Saunders fixed failing test
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-10 Luke Saunders added some perldoc
2008-06-05 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-05 Brandon L. Black remove a line from the threads test that had the potent...
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
next