DBICTest $dbh guards emulating win32 OS (no open file deletion)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
2010-06-11 Peter Rabbitson DBICTest $dbh guards emulating win32 OS (no open file...
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-09 Peter Rabbitson Test for the real leak reason
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-08-13 Peter Rabbitson Last bit
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
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-09 Peter Rabbitson Regenerate (finally\!) t/lib/sqlite.sql
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
2008-05-30 John Napiorkowski reverted unneeded change to field name in Treelike...
2008-05-08 John Napiorkowski more cleanup of the test suite so that we can run it...
2008-05-08 John Napiorkowski lots of updates to make the test suite work with databa...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski refactored the duties of the different balancer classes...
2008-05-01 John Napiorkowski changed replication test to support custom database...
2008-04-30 John Napiorkowski new config option to DBICTest to let you set an alterna...
2007-08-15 Tom Hukins Restore code that I removed in revision 3640 that tests...
2007-08-01 Tom Hukins Add an 'on_disconnect_do' argument to
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-10 Brandon L. Black Got rid of effectively dead dbh_do code in the txn_...
2007-01-20 Matt S Trout fix Sweet pager test
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-07-09 Matt S Trout tweaked some stuff. appears no more broken.
2006-07-06 David Kamholz more treelike tests
2006-07-03 David Kamholz fix SQLite pragma in test suite
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-18 Aran Deltac Delete basicrels tests. Modify run tests to use new...
2006-05-18 Aran Deltac Removed BasicRels and reorganized where the various...
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-27 Matt S Trout Added select and as attrs to resultset
2005-09-09 Brian Cassidy added test for 2 relationships in the same class to...
2005-08-10 Matt S Trout Fixes, refactoring, test additions
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Matt S Trout _get_dbh removed
2005-08-02 Matt S Trout Column inflation tests now pass
2005-08-02 Andy Grundman Fixed inflate to be a single hashref, I'm a moron :)
2005-08-02 Andy Grundman Added a use DateTime
2005-08-02 Andy Grundman Added failing tests for inflate_column
2005-08-01 Andy Grundman Added tests for add_relationship, search_related, creat...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
2005-07-21 Matt S Trout First of a two-parter :)