Bug#104765: ITP: libmysql-java - MM MySQL Type IV JDBC Drivers
I was looking at this package. It seems (the code in the jdbc2 directory) to
depend on a private SUN class:
bapli% grep -rn "sun\." * ~/dev/mysql/mm.mysql-2.0.9
org/gjt/mm/mysql/jdbc2/PreparedStatement.java:59:import sun.io.CharToByteConverter;
and it is used here:
273.
CharToByteConverter.getConverter("UTF-8").convertAll(c));
The code in the jdbc1 directory won't compile (I assume it needs different
java.sql interfaces).
I want to compile it against the GNU Classpath libraries, which don't currently
have code for javax.sql. So this also means the stuff in the xa directory can't
be compiled.
Could the first problem be fixed, and would the code be useful without the files
in xa and jdbc1?
John
Leuner
---------------------------------------------
This message was sent using M-Web Airmail.
http://airmail.mweb.co.za/
Reply to: