Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 23 Feb 2006 19:27:36 +0000 (19:27 +0000)]
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)

1  2 
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Storage/DBI.pm
t/run/13oracle.tl
t/run/16joins.tl

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