Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / 100populate.t
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2014-08-05 Dagfinn Ilmari Man... Fix $rs->populate with column name array but no row...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2014-08-05 Peter Rabbitson Fix both a dubious test and a regression in populate...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2013-10-11 Peter Rabbitson Silence nonessential test warning (last outstanding...
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
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...