Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17045/src/test/BugDay_2005-10-06_2.8/Tests

Modified Files:
        MapiClient-dump.SF-905851.stable.out 
Log Message:
propagated changes of Sunday Aug 17 2008 - Monday Aug 18 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/08/17 - nielsnes:
        
src/test/BugDay_2005-10-06_2.8/Tests/MapiClient-dump.SF-905851.stable.out,1.10.2.1
approve tests, changes because of changes to mapi dump and missing error
messages

sql_types str->blob conversion is possible
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: MapiClient-dump.SF-905851.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests/MapiClient-dump.SF-905851.stable.out,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- MapiClient-dump.SF-905851.stable.out        1 Apr 2008 17:05:04 -0000       
1.10
+++ MapiClient-dump.SF-905851.stable.out        18 Aug 2008 09:45:24 -0000      
1.11
@@ -90,9 +90,7 @@
        "id" int NOT NULL,
        "subject" int NOT NULL,
        "predicate" int NOT NULL,
-       "object" int NOT NULL,
-       CONSTRAINT "foreign_id_fkey" FOREIGN KEY ("id") REFERENCES 
"allnewtriples" ("id"),
-       CONSTRAINT "foreign_subject_predicate_object_fkey" FOREIGN KEY 
("subject", "predicate", "object") REFERENCES "allnewtriples" ("subject", 
"predicate", "object")
+       "object" int NOT NULL
 );
 COPY 7 RECORDS INTO "sys"."foreign" FROM stdin USING DELIMITERS '\t';
 1      1       1       1
@@ -117,6 +115,8 @@
 CREATE INDEX "triples_subject_object_idx" ON "sys"."triples" ("subject", 
"object");
 CREATE INDEX "triples_subject_predicate_idx" ON "sys"."triples" ("subject", 
"predicate");
 COPY 0 RECORDS INTO "sys"."triples" FROM stdin USING DELIMITERS '\t';
+ALTER TABLE "sys"."foreign" CONSTRAINT "foreign_id_fkey" FOREIGN KEY ("id") 
REFERENCES "allnewtriples" ("id");
+ALTER TABLE "sys"."foreign" CONSTRAINT "foreign_subject_predicate_object_fkey" 
FOREIGN KEY ("subject", "predicate", "object") REFERENCES "allnewtriples" 
("subject", "predicate", "object");
 COMMIT;
 
 # 15:55:38 >  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to