From: Matt S Trout Date: Thu, 23 Feb 2006 19:27:36 +0000 (+0000) Subject: Merge 'trunk' into 'DBIx-Class-current' X-Git-Tag: v0.06000~61^2~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9574e7cc118caddd8bcd628881bde8e7763b3322;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'DBIx-Class-current' r8098@obrien (orig r958): ningu | 2006-02-23 11:09:00 +0000 attempt to fix weird overload '0+' bug, modify tests to make sure it works r8099@obrien (orig r959): matthewt | 2006-02-23 13:55:52 +0000 Updated Oracle test r8157@obrien (orig r960): jesper | 2006-02-23 19:14:42 +0000 Double char quoting implemented, now supports stuff like [] (for MSSQL) --- 9574e7cc118caddd8bcd628881bde8e7763b3322 diff --cc t/run/13oracle.tl index 42d37d3,0bd3060..278e663 --- a/t/run/13oracle.tl +++ b/t/run/13oracle.tl @@@ -33,7 -38,9 +38,9 @@@ $dbh->do(qq END; }); -OraTest::Artist->load_components('PK::Auto::Oracle'); +OraTest::Artist->load_components('PK::Auto'); + OraTest::CD->load_components('PK::Auto::Oracle'); + OraTest::Track->load_components('PK::Auto::Oracle'); # test primary key handling my $new = OraTest::Artist->create({ name => 'foo' });