Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16275/src/server

Modified Files:
        sql_select.mx 
Log Message:
type system cleanup (was needed to better handle WRD)


U sql_select.mx
Index: sql_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_select.mx,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- sql_select.mx       7 Sep 2008 14:28:00 -0000       1.245
+++ sql_select.mx       7 Sep 2008 20:31:30 -0000       1.246
@@ -2309,7 +2309,7 @@
                        rs = stmt_join(stmt_mark(s,0),rs,cmp_equal);
 
                        s = sql_binop_(sql, NULL, NULL, "sql_sub", ls, rs);
-                       s = stmt_select(s, stmt_atom_int(0), cmp_gt);
+                       s = stmt_select(s, stmt_atom_wrd(0), cmp_gt);
 
                        /* A ids */
                        s = stmt_join(stmt_reverse(lm), s, cmp_equal);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to