Update of /cvsroot/monetdb/java
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12362

Modified Files:
        build.properties release.txt 
Log Message:
Fix for bug #1886326:
MonetDB JDBC driver exception for XQuery with no results

2 and a half hour later ...
Due to missing history (cvs moves) and missing documentation (on my 
end) it took quite some while to figure out what was the "correct" way 
to solve this bug.  In the end it al boiled down on the limitation of
the XQuery backend to only support full-results-at-once, which means the
resource allocation of JDBC needs to allocate the entire result at once.
If the result is 0 rows big, however, then things went wrong when 
calculating the current cache block.  Anyway, for the future we now know
why we did this cache block calulation thing like this again...



Index: release.txt
===================================================================
RCS file: /cvsroot/monetdb/java/release.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- release.txt 4 Dec 2007 12:49:08 -0000       1.2
+++ release.txt 20 Feb 2008 19:50:23 -0000      1.3
@@ -1,8 +1,8 @@
 RELEASE NOTES
-MonetDB JDBC driver version 1.7 (Canephora_p1/MCL-1.2)
+MonetDB JDBC driver version 1.7 (Canephora_p2/MCL-1.2)
 Fabian Groffen <[EMAIL PROTECTED]>
 
-Release date: 2007-12-04
+Release date: 2008-02-04
 
 
 This JDBC driver is designed for use with MonetDB, a main-memory

Index: build.properties
===================================================================
RCS file: /cvsroot/monetdb/java/build.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build.properties    4 Dec 2007 12:49:08 -0000       1.2
+++ build.properties    20 Feb 2008 19:50:18 -0000      1.3
@@ -21,7 +21,7 @@
 # minor release number
 JDBC_MINOR=7
 # an additional identifying string
-JDBC_VER_SUFFIX=Canephora_p1
+JDBC_VER_SUFFIX=Canephora_p2
 # the default port to connect on, if no port given when using SQL
 JDBC_DEF_PORT=50000
 # the default port to connect on, if no port given when using XML:DB


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

Reply via email to