Update of /cvsroot/monetdb/sql/src/test/copy/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1972/src/test/copy/Tests

Modified Files:
        null_as_string_errors.stable.err 
Log Message:

A sequence of group new and derives is now closed with a group.done (does
the last step ie a group.new or derive).
This makes the code in merge table a bit cleaner (more could be done later)

sql.bind and append/update/delete now have an extra (first) argument,
making them safe to use in the dataflow (ie solved using variable dependencies)
(BREAKS octopus !)

Implemented read only tables. Use 
ALTER TABLE x SET READ ONLY; 
(cannot be reverted currently)

fixed bug in limit/offset handling, now we have 64 bit wrd instead of int.

The new read only required schema changes, ie backup/restore your db.
We therefor claimed some more oid's for internal functions.



Index: null_as_string_errors.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/copy/Tests/null_as_string_errors.stable.err,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- null_as_string_errors.stable.err    10 Aug 2009 06:42:21 -0000      1.6
+++ null_as_string_errors.stable.err    27 Feb 2010 19:28:35 -0000      1.7
@@ -80,27 +80,27 @@
 # 21:02:57 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=38808 
 # 21:02:57 >  
 
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
 ERROR = !SQLException:sql:value 'NULL' from line 1 field 1 not inserted, 
expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
 ERROR = !SQLException:sql:value 'NULL' from line 1 field 1 not inserted, 
expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
 ERROR = !SQLException:sql:value 'NULL' from line 1 field 3 not inserted, 
expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !SQLException:sql:value '' from line 1 field 1 not inserted, expecting 
type int
+ERROR = !SQLException:sql:value '' from line 1 field 3 not inserted, expecting 
type int
         !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
 ERROR = !SQLException:sql:value '' from line 1 field 1 not inserted, expecting 
type int
         !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:32761
+MAPI  = mone...@alf:32764
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
 ERROR = !SQLException:sql:value '' from line 1 field 3 not inserted, expecting 
type int
         !SQLException:importTable:failed to import table


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to