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

Modified Files:
        squid00.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 squid00.sql
Index: squid00.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/octopus/squid00.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- squid00.sql 3 Nov 2008 20:04:37 -0000       1.1
+++ squid00.sql 28 Dec 2008 09:58:47 -0000      1.2
@@ -9,7 +9,7 @@
        Eid int, Fval int);
 
 -- let's fill the tables
-create procedure fill(lim int) returns int
+create procedure fill(lim int) 
 begin
        declare i int;
        set i = 0;
@@ -18,7 +18,6 @@
                insert into squidD values(i,rand());
                set i = i+1;
        end while;
-       returns lim;
 end;
 
 declare size int;


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

Reply via email to