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

Modified Files:
        sql_select.mx 
Log Message:
make sure we do calculate the length of type derived from string (ie xml)

fixed bug in xmlcomment handling.


Index: sql_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_select.mx,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- sql_select.mx       9 Sep 2007 09:35:24 -0000       1.201
+++ sql_select.mx       9 Sep 2007 18:42:52 -0000       1.202
@@ -1139,6 +1139,8 @@
        sql_subfunc *f = sql_bind_func(s, fname, rt, NULL);
 
        (void)scp;
+       if (!s)
+               s = sql->session->schema;
        /* try to find the function without a type, and convert
         * the value to the type needed by this function!
         */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to