Merge 'trunk' into 'subquery'
Rob Kinyon [Fri, 20 Feb 2009 04:54:00 +0000 (04:54 +0000)]
r5564@rkinyon-lt-osx (orig r5563):  robkinyon | 2009-02-19 23:41:44 -0500
Fixed syntax error
r5567@rkinyon-lt-osx (orig r5566):  matthewt | 2009-02-19 23:42:42 -0500
 r27879@agaton (orig r5540):  robkinyon | 2009-02-20 03:30:17 +0000
 fixed a few more test situations

r5568@rkinyon-lt-osx (orig r5567):  matthewt | 2009-02-19 23:42:54 -0500
 r27883@agaton (orig r5544):  matthewt | 2009-02-20 04:09:04 +0000
 prevent objects implicitly passed via new_related having insertion cascaded to them unless we have to

r5569@rkinyon-lt-osx (orig r5568):  matthewt | 2009-02-19 23:43:04 -0500
 r27884@agaton (orig r5545):  matthewt | 2009-02-20 04:26:22 +0000
 verify non-staged insertion as well

r5570@rkinyon-lt-osx (orig r5569):  matthewt | 2009-02-19 23:43:22 -0500

r5573@rkinyon-lt-osx (orig r5572):  matthewt | 2009-02-19 23:50:50 -0500
changes update for mc fixes

1  2 
Changes

diff --combined Changes
+++ b/Changes
@@@ -1,11 -1,13 +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