X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0b971bd81eed2b83538b0433700ce644f4af9022;hb=3705e3b2;hp=bbd5815bf3f9d809ce723f8f24d9085aac8c8f33;hpb=b8a270548277cf47dbe171d66e9f1352e5d1dc0e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index bbd5815..0b971bd 100644 --- a/Changes +++ b/Changes @@ -11,9 +11,15 @@ Revision history for DBIx::Class up by create() and populate() - Ensure definitive condition extractor handles bizarre corner cases without bombing out (RT#93244) + - Fix set_inflated_column incorrectly handling \[] literals (GH#44) + - Ensure that setting a column to a literal invariably marks it dirty - Fix inability to handle multiple consecutive transactions with savepoints on DBD::SQLite < 1.39 + * Misc + - Stop explicitly stringifying objects before passing them to DBI, + instead assume that the DBI/DBD combo will take care of things + 0.08270 2014-01-30 21:54 (PST) * Fixes - Fix 0.08260 regression in DBD::SQLite bound int handling. Inserted