Fixed cookbook example to actually work
[dbsrgits/DBIx-Class.git] / t /
2006-05-08 Matt S Trout couple bugfixes
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-20 Will Hawes nuke DBI->trace calls
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Matt S Trout Fix to copy
2006-04-19 Simon Elliott =Test for Data::Dumper::Sortkeys incompatibility (expor...
2006-04-16 Robert Sedlacek inject_base filters out double entries
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-08 Jess Robinson Skip distinct tests on old sqlite versions
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Nigel Metheringham Applied mst fixes for delete on resultsetin [839] to...
2006-04-04 Nigel Metheringham Added some track test data and a cascading relationship...
2006-04-03 Simon Elliott New tests for cascade_delete, including fail.
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-24 Brandon L. Black minor test fix
2006-03-23 Will Hawes add basic cache tests/docs to trunk
2006-03-21 Matt S Trout Tweaked columns_info_for test to get around SQLite...
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-15 Brandon L. Black columns_info_for upgrades, related test updates, relate...
2006-03-15 Brandon L. Black fork tests/code improved, ithreads tests/code added...
2006-03-14 Justin Guenther fixed test plan
2006-03-14 Justin Guenther added a test for count() caching
2006-03-14 Matt S Trout Fixed hm prefetch
2006-03-13 Matt S Trout doc tweaks, failing test from jcs
2006-03-13 Marcus Ramberg fix for hm prefetch and test.
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-09 Cory G Watson Allow scalarefs passed to order_by to pass straight...
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-03-09 David Kamholz forgot a couple commits ago
2006-03-09 David Kamholz more small cleanup, rename insert_or_update to update_o...
2006-03-08 Marcus Ramberg Added tests for has_column_loaded
2006-03-08 David Kamholz add second test to 23cache, that doesn't work
2006-03-08 David Kamholz add test for last fix
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-03 Matt S Trout Missing svk add, as usual
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-03-03 Daisuke Murase * added a test for UTF8Columns
2006-03-02 Robert Sedlacek add_components() doesn't prepend base when comp. prefix...
2006-03-01 Brandon L. Black t/50fork.t made a little more resilient
2006-03-01 Matt S Trout half unpicked has_many prefetch mess
2006-03-01 David Kamholz renumber tests
2006-03-01 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Matt S Trout Added missing join attrs to 23cache
2006-02-27 Justin Guenther Fixed a typo
2006-02-27 Justin Guenther Fixed txn_do to check that $coderef is actually a code...
2006-02-26 Matt S Trout Fixup MANIFEST, rename 22cache -> 23cache, tweak to...
2006-02-26 Matt S Trout Renamed 22cache to 23cache
2006-02-26 Justin Guenther Added DBIx::Class::Schema::txn_do()
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-02-23 Matt S Trout Updated Oracle test
2006-02-23 David Kamholz attempt to fix weird overload '0+' bug, modify tests...
2006-02-22 Matt S Trout Nuked some test warnings
2006-02-22 Matt S Trout Tests run now. Sodding SQLite
2006-02-22 Matt S Trout Working HAVING, DBD::SQLite returns duff data so tests...
2006-02-22 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-22 Marcus Ramberg having tests.
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-21 Brian Cassidy fix for limit_dialect( 'Top' ) w/ order_by
2006-02-19 Matt S Trout PK::Auto tweak
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-17 Brandon L. Black added optional test for fork stressing - not a very...
2006-02-15 Matt S Trout minor test tweak, Changes update
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-02-14 Daniel Westermann... Remove dependency on Module::Find in 40resultsetmanager...
2006-02-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-13 Scotty Allen removed version.pm dependancy
2006-02-13 Matt S Trout fixes for columns_info_for stuff from zby
2006-02-13 Scotty Allen added check to skip tests that break on SQLite < 3...
2006-02-13 Matt S Trout fix up 14mssql.tl
2006-02-12 David Kamholz put last change in trunk
2006-02-12 David Kamholz - allow specification of related columns via cols attr...
2006-02-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-12 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
2006-02-11 David Kamholz - move Serialize.pm to Serialize/Storable.pm
2006-02-11 David Kamholz - add gen-tests.pl script
2006-02-11 David Kamholz small test cleanup in branch
2006-02-10 Matt S Trout Made PK::Auto::* shells since the functionality is...
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
2006-02-07 David Kamholz small test fix
2006-02-06 Jess Robinson Check for Module::Find as well..
2006-02-06 Paul Makepeace move DBICTest::Extra to after the Class::Insepctor...
2006-02-06 Jess Robinson Add Class::Inspector recommends, make resultsetmanager...
2006-02-06 David Kamholz changes for 5.00001 dist
2006-02-06 Matt S Trout missing svk add
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-02-06 Matt S Trout multi-join to same rel works now
2006-02-06 David Kamholz fix attrs on find
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-03 David Kamholz - move attribute recording to DBIx::Class
2006-02-03 David Kamholz add ResultSetManager tests
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
next