fix related resultsets and multi-create
[dbsrgits/DBIx-Class.git] / t / 96multi_create.t
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-05-11 Luke Saunders sanified new multi_create test
2008-05-11 Luke Saunders added test for find or create related functionality...
2008-03-19 Ash Berlin Tests for error propogation of multi create errors
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-02 Luke Saunders fixed find_or_new_related bug
2007-09-28 Jess Robinson Tests from captainL, find_or_new_related fails on belon...
2007-07-26 Luke Saunders applied patch from davinch: fix bug with create_multi...
2007-07-09 Matt S Trout failing test for multi-create bug reported by irc:bits
2007-06-20 Matt S Trout probably fix bulk_create
2007-06-17 Matt S Trout 0.08001 because I'm an idiot
2007-05-11 Matt S Trout multi-create working
2007-05-10 Matt S Trout dt test
2007-05-08 John Napiorkowski Added a test for create related and a second test to...
2007-03-10 Jess Robinson Fix updates with multi-create syntax
2007-02-06 Jess Robinson Add PK::Auto to Row/insert for now, could be prettier
2007-01-18 Jess Robinson First attempt..