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

Modified Files:
      Tag: Clients_1-20
        Makefile.ag build.properties release.txt 
Log Message:
Fix an encoding bug.

We didn't encode to and decode from the server as UTF-8.  As a result,
the server could receive non-UTF-8 byte sequences, resulting in the SQL
case the message !unexpected end of input.

We now properly encode whatever we have to UTF-8.

This in particularly is a problem on Windows.  This check-in does NOT
fix a problem with Windows, as there is still a charset problem.
Windows users can now store and recall "weird" characters, but in the
database, these are not stored as the character the windows user sees.
This is due to Windows exporting locale = cp1252 to console
applications, whereas in reality it uses locale cp743 (DOS).  This
guarantees a mismatch.



Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/Attic/Makefile.ag,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -d -r1.14.2.2 -r1.14.2.3
--- Makefile.ag 22 Nov 2007 21:58:18 -0000      1.14.2.2
+++ Makefile.ag 4 Dec 2007 12:25:16 -0000       1.14.2.3
@@ -25,5 +25,5 @@
 
 ant_distall = {
        DIR = datadir/MonetDB/lib
-       FILES = monetdb-1.1-mcl.jar monetdb-1.7-jdbc.jar jdbcclient.jar
+       FILES = monetdb-1.2-mcl.jar monetdb-1.7-jdbc.jar jdbcclient.jar
 }

Index: release.txt
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/Attic/release.txt,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -d -r1.14.2.6 -r1.14.2.7
--- release.txt 22 Nov 2007 22:26:05 -0000      1.14.2.6
+++ release.txt 4 Dec 2007 12:25:16 -0000       1.14.2.7
@@ -1,8 +1,8 @@
 RELEASE NOTES
-MonetDB JDBC driver version 1.7 (Canephora_p1/MCL-1.1)
+MonetDB JDBC driver version 1.7 (Canephora_p1/MCL-1.2)
 Fabian Groffen <[EMAIL PROTECTED]>
 
-Release date: 2007-11-22
+Release date: 2007-12-04
 
 
 This JDBC driver is designed for use with MonetDB, a main-memory

Index: build.properties
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/Attic/build.properties,v
retrieving revision 1.16.2.7
retrieving revision 1.16.2.8
diff -u -d -r1.16.2.7 -r1.16.2.8
--- build.properties    22 Nov 2007 22:26:05 -0000      1.16.2.7
+++ build.properties    4 Dec 2007 12:25:16 -0000       1.16.2.8
@@ -9,7 +9,7 @@
 # major release number
 MCL_MAJOR=1
 # minor release number
-MCL_MINOR=1
+MCL_MINOR=2
 
 
 ##


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to