Merge 'trunk' into 'DBIx-Class-current'
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 3 Mar 2006 15:35:41 +0000 (15:35 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 3 Mar 2006 15:35:41 +0000 (15:35 +0000)
commit39e45539f3373a1f84da5cbefc5b9919484ee384
treecab8d2959fe221d44e0319582d3e258ad37437f6
parente59c17fe744031457d375cb464250950881f4c56
parentec30888d452dd0529316caa75fa21d2e9da95451
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
lib/DBIx/Class.pm
lib/DBIx/Class/DB.pm
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI.pm
t/lib/sqlite.sql