Merge 'trunk' into 'DBIx-Class-current'
r9255@obrien (orig r1356): bluefeet | 2006-03-25 02:28:25 +0000
Small doc typo fix in ResultSet.
r9256@obrien (orig r1357): jguenther | 2006-03-25 08:43:38 +0000
changed Returns -> Return Value
r9257@obrien (orig r1358): jguenther | 2006-03-25 08:49:58 +0000
removed parentheses from argument lists in docs
r9260@obrien (orig r1359): matthewt | 2006-03-25 18:08:38 +0000
0.06000 changes
r9341@obrien (orig r1362): ningu | 2006-03-26 00:15:00 +0000
various small doc fixes
r9342@obrien (orig r1363): ningu | 2006-03-26 00:16:07 +0000
missed a couple things
r9344@obrien (orig r1365): blblack | 2006-03-26 15:44:25 +0100
converted tabs to spaces, removed trailing whitespace
r9349@obrien (orig r1370): matthewt | 2006-03-27 18:35:26 +0100
Quoting fixes for single-table ops
r9352@obrien (orig r1372): matthewt | 2006-03-27 21:09:09 +0100
Fix typo in from rs attr docs
r9365@obrien (orig r1377): nothingmuch | 2006-03-27 23:21:27 +0100
split( ";\n", @statements" ) returns crack
r9368@obrien (orig r1380): bricas | 2006-03-28 14:04:30 +0100
minor pod fixes
r9371@obrien (orig r1381): castaway | 2006-03-28 15:37:34 +0100
More debugging for "no sth generated"
r9372@obrien (orig r1382): sszabo | 2006-03-28 19:28:37 +0100
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.
Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.
Added tests on helperrels for these.
r9373@obrien (orig r1383): sszabo | 2006-03-28 19:54:35 +0100
Add missing ) before unless.