Merge 'trunk' into 'DBIx-Class-current'
r8257@obrien (orig r996): ningu | 2006-03-01 04:42:50 +0000
try to fix PK::Auto::Pg for sequences with quoted names
r8259@obrien (orig r998): blblack | 2006-03-01 05:38:51 +0000
dbh->{InactiveDestroy} when reconnecting in child process (prevents auto-disconnecting a dbh still in use by the parent)
r8260@obrien (orig r999): blblack | 2006-03-01 05:58:00 +0000
t/50fork.t made a little more resilient
r8261@obrien (orig r1000): jguenther | 2006-03-01 08:34:34 +0000
- Changed documentation to use txn_do() for transactions
- Fixed Storage::DBI trace such that each bind parameter is quoted on output, separated by commas
- Fixed a couple typos in documentation
r8263@obrien (orig r1002): zarquon | 2006-03-02 02:10:03 +0000
Altered example to populate the db with DBIC
r8264@obrien (orig r1003): zarquon | 2006-03-02 02:11:07 +0000
Moved Example.pod to ExampleSchema.pod
r8265@obrien (orig r1004): zarquon | 2006-03-02 02:12:24 +0000
Fixed a typo in the SQL::Translator section (missing comma in has assignment)
r8266@obrien (orig r1005): blblack | 2006-03-02 11:29:53 +0000
add update_or_create proxy method
r8269@obrien (orig r1008): zarquon | 2006-03-03 00:24:49 +0000
Changed the name of CD class to Cd to be compatible with default SchemaLoader monikerization
r8273@obrien (orig r1011): matthewt | 2006-03-03 15:18:27 +0000
Fix to update(\%args) with inflation from test case by Peter Rabbitson
r8274@obrien (orig r1012): matthewt | 2006-03-03 15:23:14 +0000
Missing svk add, as usual
r8275@obrien (orig r1013): matthewt | 2006-03-03 15:35:13 +0000
MANIFEST nuked out of repo