Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18524

Modified Files:
        sql_result.mx 
Log Message:
Add cast.


U sql_result.mx
Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_result.mx,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- sql_result.mx       27 Jan 2009 16:42:32 -0000      1.112
+++ sql_result.mx       27 Jan 2009 16:44:27 -0000      1.113
@@ -428,7 +428,7 @@
                m->type = -1;
                return NULL;
        }
-       if (offset < 0 || offset > BUN_MAX) {
+       if (offset < 0 || offset > (lng) BUN_MAX) {
                showException(SQL,"sql","offset out of range");
                m->type = -1;
                return NULL;


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to