Update of /cvsroot/monetdb/sql/src/backends/monet4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7067/src/backends/monet4
Modified Files:
sql_result.mx
Log Message:
make sure we do calculate the length of type derived from string (ie xml)
fixed bug in xmlcomment handling.
Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_result.mx,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- sql_result.mx 5 Sep 2007 08:23:51 -0000 1.63
+++ sql_result.mx 9 Sep 2007 18:42:52 -0000 1.64
@@ -50,7 +50,6 @@
#include <ascii_io.h>
#include <monettime.h>
#include <sql_scope.h>
-#include <bat/res_table.h>
@= dec_tostr
char buf[32];
@@ -769,6 +768,7 @@
int ok = 1;
size_t count = 0;
+ mtype = ATOMstorage(mtype);
if (mtype == TYPE_str) {
if (eclass == EC_CHAR) {
ok = mvc_send_int(s, digits);
-------------------------------------------------------------------------
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