Release 0.08107
[dbsrgits/DBIx-Class.git] / t / lib /
2009-06-11 Peter Rabbitson Merge 'type_aware_update' into 'trunk'
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-10 Peter Rabbitson Merge 'trunk' into 'type_aware_update'
2009-06-10 Peter Rabbitson Merge 'trunk' into 'mystery_join'
2009-06-10 Peter Rabbitson Move the rs preservation test to a more suitable place
2009-06-09 Peter Rabbitson AuthorCheck fixes
2009-06-07 Peter Rabbitson Fix find_or_new/create to stop returning random rows...
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
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-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 Rewrite SqlMakerTest to fully depend on SQLA::Test
2009-05-16 Peter Rabbitson Now we can do diag $rs->hri_dump, ain't that nice
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
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-29 Peter Rabbitson Fixes to massive breakage introduced by 5948 ribasushi--
2009-04-22 Peter Rabbitson This code belongs in t/
2009-04-19 Matt S Trout 0.08100 release v0.08100
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-03-11 Peter Rabbitson Moose-related test hierarchy not removed at r4326
2009-03-06 Peter Rabbitson Remove erroneously merged file
2009-03-03 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-03 Peter Rabbitson Rewrite t/54taint.t to properly test load_namespaces()
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 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
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-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-17 Norbert Buchmuller * Added new test subs (is_same_sql, is_same_bind)...
2009-02-13 Peter Rabbitson Some forgotten tests
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-10 Jason M. Mills Merge 'trunk' into 'rt_bug_41083'
2009-02-09 Guillermo Roditi ahhhh my bad. svk patch ne patch. oops adding missing...
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
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-29 Peter Rabbitson Add the sqla test harness to the stopgap branch
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-24 Peter Rabbitson that's it
2009-01-24 Peter Rabbitson Merge 'multicreate' into 'multi_stuff'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2009-01-08 Wallace Reis failing test for load_namespace
2008-12-21 Peter Rabbitson Remove some cruft
2008-12-20 Norbert Buchmuller * Removed an outdated comment.
2008-12-20 Norbert Buchmuller * Removed hiding of packages under t/.
2008-12-20 Norbert Buchmuller * Removed hiding of packages under t/.
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-12-17 Jason M. Mills A simple fix to the warning generated by a sub-classed...
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-28 Norbert Buchmuller * Replaced eq_bind() implementation to use Test::Deep...
2008-11-26 Norbert Buchmuller * Replaced eq_bind() implementation with the current...
2008-11-25 Norbert Buchmuller * Renamed DBICTest::DBICDebugObj to DBIC::DebugObj.
2008-11-25 Norbert Buchmuller * Wrapped SQL::Abstract::Test functionality in a new...
2008-11-23 Peter Rabbitson Yet another test relationship/table for the real test...
2008-11-20 Jason M. Mills cleaned out unneeded test packages
2008-11-20 Jason M. Mills Added weird passes/failes test
2008-11-20 Jason M. Mills Test written.
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-12 Matt S Trout Merge 'trunk' into 'sqla_1.50_compat'
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
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-10-09 Peter Rabbitson Regenerate (finally\!) t/lib/sqlite.sql
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
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...
next