Updated tests for alternate unique constraint.
Ken Youens-Clark [Thu, 22 Apr 2004 19:56:47 +0000 (19:56 +0000)]
t/15oracle-parser.t

index 786ecd9..4660857 100644 (file)
@@ -49,10 +49,11 @@ my $sql = q[
         start_position      NUMBER(11,2)    NOT NULL,
         stop_position       NUMBER(11,2)    NOT NULL,
         comments            long,
-        UNIQUE ( qtl_accession_id ),
         FOREIGN KEY ( qtl_trait_id ) REFERENCES qtl_trait
     );
 
+    CREATE UNIQUE INDEX qtl_accession ON qtl ( qtl_accession_id );
+
     CREATE TABLE qtl_trait_synonym
     (
         qtl_trait_synonym_id    NUMBER(11)      NOT NULL