Update of /cvsroot/monetdb/sql/src/test/copy/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10474/src/test/copy/Tests

Modified Files:
        null_as_string_errors.stable.err 
        null_as_string_errors.stable.err.Five 
Log Message:
propagated changes of Tuesday Jun 10 2008 - Wednesday Jun 11 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/10 - romulog:
        
src/test/Skyserver/Skyserver_dropFunctions_v6.sql,1.1.2.8(SQL_2-24,Stable_DailyBuild-11)
        
src/test/Skyserver/Skyserver_functions_v6.sql,1.1.2.11(SQL_2-24,Stable_DailyBuild-11)
add missing function...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/11 - nielsnes: src/storage/bat/bat_storage.mx,1.16.2.3(SQL_2-24)
        src/storage/bat/bat_utils.mx,1.4.4.1(SQL_2-24)
make all bats read_only, we use forced inserts/appends anyway
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/11 - nielsnes:
        
src/test/BugTracker/Tests/copy_decimal.SF-1582957.stable.err,1.6.4.1(SQL_2-24)
        
src/test/BugTracker/Tests/copy_overflow_null_bug.SF-1842550.stable.err,1.2.4.1(SQL_2-24)
        src/test/copy/Tests/null_as_string_errors.stable.err,1.1.2.1(SQL_2-24)
        
src/test/copy/Tests/null_as_string_errors.stable.err.Five,1.1.2.1(SQL_2-24)
new asci_io/table error messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/11 - nielsnes: src/test/bugs/Tests/All,1.112.2.4(SQL_2-24)
        src/test/bugs/Tests/order_limit_offset_bug.sql,1.1.2.1(SQL_2-24)
        src/test/bugs/Tests/order_limit_offset_bug.stable.err,1.1.2.1(SQL_2-24)
        src/test/bugs/Tests/order_limit_offset_bug.stable.out,1.1.2.1(SQL_2-24)
test script for bug in order/limit/offset handling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/11 - nielsnes: src/backends/monet4/sql_gencode.mx,1.174.2.2(SQL_2-24)
        src/backends/monet5/sql_gencode.mx,1.275.2.2(SQL_2-24)
fixes for the limit/offset with order bug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- null_as_string_errors.stable.err    18 Feb 2008 10:52:13 -0000      1.1
+++ null_as_string_errors.stable.err    11 Jun 2008 21:38:26 -0000      1.2
@@ -10,36 +10,36 @@
 # 18:52:45 >  mclient -lsql -umonetdb -Pmonetdb --host=koala --port=33682 
 # 18:52:45 >  
 
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
-ERROR = !ERROR: value NULL,NULL,NULL from line 0 not inserted
+ERROR = !ERROR: value 'NULL' while parsing 'NULL,NULL,NULL' from line 0 field 
0 not inserted, expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
-ERROR = !ERROR: value NULL,zero,0 from line 0 not inserted
+ERROR = !ERROR: value 'NULL' while parsing 'NULL,zero,0' from line 0 field 0 
not inserted, expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
 ERROR = !ERROR: decimal wrong format (NULL)
-        !ERROR: value NULL from line 0 not inserted
+        !ERROR: value 'NULL' while parsing 'NULL' from line 0 field 2 not 
inserted, expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !ERROR: value ,, from line 0 not inserted
+ERROR = !ERROR: value '' while parsing ',,' from line 0 field 0 not inserted, 
expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !ERROR: value ,zero,0 from line 0 not inserted
+ERROR = !ERROR: value '' while parsing ',zero,0' from line 0 field 0 not 
inserted, expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
-MAPI  = [EMAIL PROTECTED]:33682
+MAPI  = [EMAIL PROTECTED]:34972
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
 ERROR = !WARNING: Decimal cannot be parsed from int
-        !ERROR: value  from line 0 not inserted
+        !ERROR: value '' while parsing '' from line 0 field 2 not inserted, 
expecting type int
         !ERROR: importTable: failed to import table
         !ERROR: mvc_import_table_wrap: operation failed.
 

Index: null_as_string_errors.stable.err.Five
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/copy/Tests/null_as_string_errors.stable.err.Five,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- null_as_string_errors.stable.err.Five       25 Feb 2008 22:28:04 -0000      
1.1
+++ null_as_string_errors.stable.err.Five       11 Jun 2008 21:38:26 -0000      
1.2
@@ -10,30 +10,30 @@
 # 18:52:45 >  mclient -lsql -umonetdb -Pmonetdb --host=koala --port=33682 
 # 18:52:45 >  
 
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
-ERROR = !SQLException:sql:value NULL,NULL,NULL from line 0 not inserted
+ERROR = !SQLException:sql:value 'NULL' while parsing 'NULL,NULL,NULL' from 
line 0 field 0 not inserted, expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
-ERROR = !SQLException:sql:value NULL,zero,0 from line 0 not inserted
+ERROR = !SQLException:sql:value 'NULL' while parsing 'NULL,zero,0' from line 0 
field 0 not inserted, expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n' NULL 
as '';
 ERROR = !SQLException:sql:decimal wrong format (NULL)
-        !SQLException:sql:value NULL from line 0 not inserted
+        !SQLException:sql:value 'NULL' while parsing 'NULL' from line 0 field 
2 not inserted, expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !SQLException:sql:value ,, from line 0 not inserted
+ERROR = !SQLException:sql:value ',,' while parsing ',,' from line 0 field 0 
not inserted, expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !SQLException:sql:value ,zero,0 from line 0 not inserted
+ERROR = !SQLException:sql:value ',zero,0' while parsing ',zero,0' from line 0 
field 0 not inserted, expecting type int
         !SQLException:importTable:failed to import table
-MAPI  = [EMAIL PROTECTED]:32121
+MAPI  = [EMAIL PROTECTED]:32002
 QUERY = copy 1 records into null_as_string from stdin delimiters ',','\n';
-ERROR = !SQLException:sql:value  from line 0 not inserted
+ERROR = !SQLException:sql:value '' while parsing '' from line 0 field 2 not 
inserted, expecting type int
         !SQLException:importTable:failed to import table
         !WARNING: Decimal cannot be parsed from int
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to