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)
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' });