fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / t / 100populate.t
2010-10-16 Peter Rabbitson Add a unique constraint to artist.name in the test...
2009-11-11 Arthur Axel "fREW... clearer test message
2009-11-11 Arthur Axel "fREW... RT50828
2009-10-22 Rafael Kitover a few extra tests can never hurt, right? :)
2009-10-21 Peter Rabbitson Show what's wrong with the current populate code
2009-10-21 Rafael Kitover add test for populate with literal sql mixed with binds...
2009-10-18 Rafael Kitover error checking related to literal SQL for insert_bulk
2009-09-30 Rafael Kitover added test for populate being atomic
2009-09-29 Rafael Kitover removed some dead code, added fix and test for _execute...
2009-05-30 Peter Rabbitson populate() fix and Changes
2009-05-30 Peter Rabbitson Add better error reporting on bulk_insert (ash++)
2008-09-24 Johannes Plunien not checking if t/var/DBIxClass.db was created anymore...
2006-09-28 Christopher H. Laco Updated 100populate.t tests to include calls in list...
2006-09-28 Christopher H. Laco Added failing tests for pre/post populate->insert_bulk...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...