From: Rob Kinyon Date: Fri, 20 Feb 2009 04:54:26 +0000 (+0000) Subject: Merge 'subquery' into 'trunk' X-Git-Tag: v0.08240~92 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e73060754e523491074eb997804287ccf9a6f08b;hp=-c;p=dbsrgits%2FDBIx-Class.git Merge 'subquery' into 'trunk' --- e73060754e523491074eb997804287ccf9a6f08b diff --combined Changes index 6adb26f,e061f5b..9bdf1b9 --- a/Changes +++ b/Changes @@@ -1,13 -1,11 +1,15 @@@ Revision history for DBIx::Class + - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal) + - Fix up multi-create to: + - correctly propagate columns loaded during multi-insert of rels + - not try and insert things tagged on via new_related unless required - Possible to set locale in IC::DateTime extra => {} config - Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail (groditi) - Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed + - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries + possible. See the Cookbook for details. (robkinyon, michaelr) 0.08099_06 2009-01-23 07:30:00 (UTC) - Allow a scalarref to be supplied to the 'from' resultset attribute