X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7709d3a12c041dd9bd18792ca9393c93aa2b4ff5;hb=1b5ddf23;hp=e0f59a350fdc035b960f5c70f6839d7bcdbcbdc6;hpb=f3c8fa02bf47ac8f69e707dd904735b0c2e82d13;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e0f59a3..7709d3a 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,9 @@ Revision history for DBIx::Class distinct => 1 (the distinct should apply to the main source only) - Massively optimize codepath around ->cursor(), over 10x speedup on some iterating workloads. + - Support standalone \[ $sql, $value ] in literal SQL with bind + specifications: \[ '? + ?', 42, 69 ] is now equivalent to + \[ '? + ?', [ {} => 42 ], [ {} => 69 ] ] - Changing the result_class of a ResultSet in progress is now explicitly forbidden. The behavior was undefined before, and would result in wildly differing outcomes depending on $rs