Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / 100populate.t
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2011-11-29 Peter Rabbitson More test fixes following 4a425300 and new DBD::SQLite...
2011-10-25 Dagfinn Ilmari Man... Relax expected error message syntax.
2011-04-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
2011-01-19 Peter Rabbitson Add back populate stress-test (inadvertently broken...
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
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...