Update of /cvsroot/monetdb/sql/src/test/copy/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23651/test/copy/Tests

Modified Files:
        All 
Added Files:
        int_parse.sql 
Log Message:
sql_result - upgrade the handling of value parsing to align with gdk.
various tests added that call for our attention, i.e. to properly handle
varchar size bounds and typing errors.



U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/copy/Tests/All,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- All 18 Feb 2008 10:52:11 -0000      1.1
+++ All 28 Dec 2008 09:58:47 -0000      1.2
@@ -1,3 +1,4 @@
 null_as_string
 null_as_string_errors
 null_as_string_output
+int_parse

--- NEW FILE: int_parse.sql ---
create table t_int(i int);
copy 3 records into t_int from stdin delimiters ',','\n' NULL as '';
1
nil
null
abc

select * from t_int;

drop table t_int;


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to