Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30174/src/mapiclient
Modified Files:
Tag: Clients_1-20
MapiClient.mx
Log Message:
allow for empty lines again, this restores sql functionality. Lets hope
it doesn't break (to much) in xquery land.
Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.88.2.3
retrieving revision 1.88.2.4
diff -u -d -r1.88.2.3 -r1.88.2.4
--- MapiClient.mx 18 Dec 2007 16:07:05 -0000 1.88.2.3
+++ MapiClient.mx 19 Dec 2007 08:35:21 -0000 1.88.2.4
@@ -1459,7 +1459,7 @@
/* for XQuery, only exit when end-of-file and we
didn't send any data */
- } while (length != 0);
+ } while (hdl != NULL);
/* reached on end of file */
assert(hdl == NULL);
return 0;
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins