0.08100 release
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
2009-04-19 Matt S Trout 0.08100 release v0.08100
2009-04-13 Peter Collingbourne Correctly propagate forced left joins through arrayrefs...
2009-02-21 Peter Rabbitson Somewhat fix bloody messy test
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-19 Jess Robinson Add tests for virtual view
2009-02-18 Jess Robinson Fix name of view.
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-04 Guillermo Roditi adding failing test to make sure insert doesnt call...
2009-01-24 Peter Rabbitson that's it
2009-01-24 Peter Rabbitson Merge 'multicreate' into 'multi_stuff'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2008-11-23 Peter Rabbitson Yet another test relationship/table for the real test...
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
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-24 Peter Rabbitson More test schema relations for future tests
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-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