2003/6/23 Update!! for JDK1.1, JDK1.3, JDK1.4, C# [ Support TIMESTAMP(12) type!! ]
[ Support YEAR type!! (mapped to java.sql.Types.SMALLINT)
]
[ BugFix about TINYTEXT,TEXT,MEDIUMTEXT,LONGTEXT
types!!
(mapped to java.lang.String)
]
Thanks, INDEN-san
[ New Feature : gwe.sql.gweNativeUnicodeMapper interface!!
This is to be able to implement
a User-Defined Character Mapping class
between byte[] and char[].
Please refer to
test/MyNativeUnicodeMapper.java
test/testSelect.java
]
2003/6/22 Update!! for C# [ New Property 'characterEncoding' to support encoding.
Driver use Encoding.GetEncoding(encoding).XXXX
methods.
e.g., "jdbc:mysql://localhost/test?characterEncoding=shift-jis"]
2002/11/9 Fix Serious BUG!!
for JDK1.3 and JDK1.4
[ BugFix : getBigDecimal() always
returns Invalid value.
Thanks, Ohsako-san ] 2002/10/27 JDBC Driver C# Implementation
[ gwe.sql.gweMysqlRowSet support Updatable
RowSet. ]
[ gwe.sql.gweMysqlResultSet support
Updatable ResultSet. ]
2002/9/23 Update!! for JDK1.3 and JDK1.4 [ gwe.sql.gweMysqlRowSet support ResultSet.CONCUR_UPDATABLE. ]
2002/9/17 Update!! for JDK1.3 and JDK1.4 [ gwe.sql.gweMysqlResultSet support
ResultSet.CONCUR_UPDATABLE. ]
2002/8/14 New Release!! JDBC Driver C# Implementation
[ Add new archive 'gweMysqlJDBC_CSharp.zip'
for C# ]
[ Support JDBC3.0 ( My original
net.sql.* and netx.sql.* packages!! ]
2002/8/13 Fix BUG!! for JDK1.1.X and JDK1.3 and JDK1.4 [ java.sql.Statement#addBatch() etc...
throw NullPointerException. ]
[ java.sql.ResultSet.getByte() return
0 in some cases.
Thanks,
Ishiguro san. ]
2002/5/26 Fix Serious BUG!!
for JDK1.1.X and JDK1.3 and JDK1.4
[ BugFix : In some cases, wasNull()
returns `true` even if it is not null
Thanks, Hirano-san ]
[ BugFix : getString() returns
[B????? when column type is TEXT
Thanks,
Satou-san ]
2002/5/4 Update!! for both JDK1.3 and JDK1.4
[ Implemented javax.sql.RowSet interface
!! ]
[ Include Sample javax.sql.XADataSource
implementation !!,
tested with Borland
Lite Transaction Manager(Lite TM).
Note: prepare() method always
returns XA_OK ]
[ Improved performance with `Customized`
StringBuffer class. ]
2002/4/25 Update!! for JDK1.1.X
[ Improved gweMysqlJDBC_extra1.zip
for JDK1.1.X ]
2002/4/19 Update!! for both JDK1.3 and
JDK1.4
[ BugFix : Statement.execute() and
PreparedStatement.execute() throw
invalid exception
when INSERT,UPDATE,DELETE
statement.
Sorry, this is
not my bug. ;-) ]
2002/3/23 Update!! for both JDK1.3 and
JDK1.4
[ Add New Property 'debugSQL'
to Trace SQL Statements sent to
MySQL Server by
this JDBC Driver.
This property is useful and
helpful for Analysis about EJB's CMP
Engine!!
Please set debugSQL true and
call DriverManager.setLogWiter(...) !! ]
[ Improved Speed and Memory requirement.
gweMysql JDBC Driver is BETTER
than MM.MYSQL Driver !! ]
2002/3/17 Update!! for only JDK1.4
[ Add New Property 'useNewIO'
to use SocketChannel and DirectBuffer
with JDK1.4's New I/O
API.
Please download gweMysqlJDBC_extra4.zip
and set useNewIO true ]
2002/3/14 Update!!
[ Add New Property 'add5CAfter5C'
to solve Shift JIS 0x5C(\) problem.
Please set add5CAfter5C
true and call PreparedStatement.setString()
]
[ Support ResultSet.TYPE_SCROLL_INSENSITIVE ]
2002/3/3 Update!!
[ Add new archive 'gweMysqlJDBC_extra4.zip'
for JDBC3.0(JDK1.4) ]
[ Support Getting Auto Generated Key
on JDBC3.0 ]
2002/2/27 Update!!
[ Bug Fix : can not receive ResultSet.getString()
when Length is between 251
and 255 ]
[ Create gweMysqlResultSetBuffer class
in order to be able to Handle
Multiple ResultSets
with one Connection at a same time ]
2002/2/25 Update!!
[ implements ResultSetMetaData.getColumnClassName(int)
]
[ Support JBuilder6 ]
[ Support Borland Enterprise Server(EJB2.0) ]
[New features for J2EE]
・return Driver Information
correctly
・return Database MetaData
correctly
・Support set/getAutoCommit(), commit(),
rollback() method
・Implementation of javax.sql.DataSource !!
・Implementation of javax.sql.ConnectionPoolDataSource !!
・Support JBuilder4, 5 and Borland
AppServer !!
・Support JBuilder6 and Borland Enterprise
Server !!
[その他 ご報告いただいた動作実績]
OS
Windows 2000 Professional + SP2
JVM
JDK-1.3.1_01
RDBMS
MySQL-3.23.42
EJB Container
JBoss-2.4.1
Stateless SessionBean x 5
Entity Bean(CMP) x 12