fix related resultsets and multi-create
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
2008-08-26 Matt S Trout fix related resultsets and multi-create
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...
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-01-19 Victor Igumnov committing first version of filecolumn
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
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-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-23 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-06-22 Matt S Trout fixup to sqlite.sql
2006-06-22 Jess Robinson New Event field
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-15 Matt S Trout don't ask
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-03-24 Aran Deltac Remove Tree and TokenGroup modules in favor of the...
2006-03-24 Aran Deltac Rename Positioned as Positional.
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-19 Aran Deltac Very basic tests for DBIC:Positioned.
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-01-27 Matt S Trout We can now generate our own test schema