Fix updating multiple CLOB/BLOB columns on Oracle
[dbsrgits/DBIx-Class-Historic.git] / t / 751msaccess.t
index bf4cdac..8ea0e2a 100644 (file)
@@ -23,6 +23,7 @@ plan skip_all => 'Test needs ' .
     or
     (not $dsn || $dsn2);
 
+require DBICTest::Schema;
 DBICTest::Schema->load_classes('ArtistGUID');
 
 # Example DSNs (32bit only):
@@ -287,7 +288,9 @@ EOF
       id     INT          NOT NULL PRIMARY KEY,
       bytea  INT          NULL,
       blob   IMAGE        NULL,
+      blob2  IMAGE        NULL,
       clob   TEXT         NULL,
+      clob2  TEXT         NULL,
       a_memo MEMO         NULL
     )
     ],{ RaiseError => 1, PrintError => 1 });