Fix 'timestamp with time zone' columns for IC::DT inflation
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema /
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-24 Peter Rabbitson eol adjustments
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
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-13 Peter Collingbourne Correctly propagate forced left joins through arrayrefs...
2009-03-17 Johannes Plunien putting IC::DateTime locale, timezone or floating_tz_ok...
2009-02-22 Peter Rabbitson janitorial work
2009-02-21 Peter Rabbitson Somewhat fix bloody messy test
2009-02-20 Peter Rabbitson Ordered now works correctly with MC too \o/
2009-02-20 Jess Robinson Add missing views test file, oops
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-19 Jess Robinson Add view test.
2009-02-19 Rob Kinyon Merge 'trunk' into 'multi_stuff'
2009-02-18 Jess Robinson Fix name of view.
2009-02-13 Peter Rabbitson Some forgotten tests
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-09 Guillermo Roditi ahhhh my bad. svk patch ne patch. oops adding missing...
2009-02-07 Johannes Plunien Possible to set locale in IC::DateTime extra => {}...
2009-02-04 Guillermo Roditi adding failing test to make sure insert doesnt call...
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-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
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-17 Peter Rabbitson One more (passing) multicreate test and a bit of cleanup
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-07 Peter Rabbitson One extra multicreate test and some cleanup
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-10-26 Johannes Plunien floating timezone warning
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-08-28 Peter Rabbitson doh2
2008-08-28 Matt S Trout doh
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-25 Matt S Trout delete Core::View and ResultSourceProxy::View, fix...
2008-08-25 Guillermo Roditi perl -Ilib -It/lib -MDBICTest::Schema -e'1'
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-08-12 Jess Robinson Add saner warning when non-source classes encountered...
2008-07-21 John Napiorkowski Merge 'replication_dedux' into 'trunk'
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-11 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
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 Peter Rabbitson Various fixes to make testing with DBICTEST_SQLT_DEPLOY...
2008-04-01 Ash Berlin Missing file
2008-03-24 Marc Mims Merge 'file_column' into 'trunk'
2008-03-17 Ash Berlin Fix test to reflect correct default state for deferrabl...
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2008-01-07 Marc Mims Restore InflateColumn::File functionality.
2007-11-15 Ash Berlin Adding missing file
2007-11-07 Johannes Plunien renamed schema ArtistOracle to SequenceTest since it...
2007-11-06 Johannes Plunien added new schema for testing oracle sequence
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-01-21 Victor Igumnov changed FileColumn to InflateColumn::File
2007-01-19 Victor Igumnov committing first version of filecolumn
2007-01-17 John Napiorkowski Merge 'param_bind' into 'DBIx-Class-current'
2007-01-02 Matt S Trout Merge 'ordered_handle_updates' into 'DBIx-Class-current'
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-11-27 Ash Berlin Fixed ningu's typo from rev 2929, and added test to...
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
2006-11-23 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-23 David Kamholz trivial test cleanup
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-21 Matt S Trout I hate you all.
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
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-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-06-28 Brandon L. Black TreeLike test reverted to what it used to look like
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
next