Regenerate SQLite testschema ddl with explicit quoting and generate FKs
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
2013-01-12 Peter Rabbitson Regenerate SQLite testschema ddl with explicit quoting...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-02-24 Peter Rabbitson Move the test bits related to deprecated IC::File out...
2011-02-21 Rafael Kitover Add extra test blob type
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-10-17 Peter Rabbitson Test for already fixed RT#59219
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2010-06-03 Peter Rabbitson Test schema redump
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-16 Peter Rabbitson Regenerate test DDL
2010-03-07 Rafael Kitover Merge 'storage-interbase' into 'trunk'
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-03-06 Rafael Kitover remove connect_info from maint/gen-schema.pl
2010-03-06 Rafael Kitover remove BindType2 test class
2010-03-06 Peter Rabbitson me-- not thinking
2010-03-06 Peter Rabbitson Fully deprecate IC::File
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-28 Peter Rabbitson Fix bogus test DDL
2010-01-19 Peter Rabbitson Regenaretd under new parser
2009-11-15 Peter Rabbitson Fix non-sqlt schema file
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Backout sybase changes
2009-08-29 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-25 Peter Rabbitson Change a datatype for test purposes
2009-08-20 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-20 Peter Rabbitson Fix a weird-ass sqlt invocation in deployment_statements()
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-12 Peter Rabbitson Remove leftovers from frew's tests
2009-08-10 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-09 Moritz Onken added TODO test: call accessors when create()ing a row
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-30 Rafael Kitover update sqlite test schema
2009-07-30 Rafael Kitover update sqlite test schema
2009-07-30 Rafael Kitover update sqlite test schema
2009-06-27 Peter Rabbitson Bump author SQLT dependency for early developer testing
2009-05-28 Peter Rabbitson Commit rather useless but already written mysql test...
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-05-04 Ron "Quinn" Straight Proper support for timestamp inflation. Added last_upd...
2009-04-30 Peter Rabbitson Revert addition of superficial relationship in r5886
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.
next