 There are several functions that are not yet fully tested. This functions There are several functions that are not yet fully tested.  These functions are:
--> in the class ObPreparedStatement:
 |__ setBinaryStream(int parameterIndex, java.io.InputStream x, int length)
 |__ setUnicodeStream(int parameterIndex, java.io.InputStream x, int length)

 There are several functions that are not yet fully tested. This functions There are several functions that are not yet fully implemented.  These functions are:
--> in the class ObPreparedStatement:
 |__ setTimestamp(int parameterIndex, java.sql.Timestamp x)
 |__ setObject(int parameterIndex, Object x, int targetSqlType, int scale)
 |__ setObject(int parameterIndex, Object x, int targetSqlType)

--> in the class ObResultSet:
 |__ getTimestamp(String cname)

--> in the class ObDataBaseMetaData:
 |__ getSQLKeywords()
 |__ getNumericFunctions()
 |__ getStringFunctions()
 |__ getSystemFunctions()
 |__ getTimeDateFunctions()

The class CallableStatement has not been implemented because OpenBase does not yet support stored procedures.

History
---------------------------
--> OpenBase JDBC driver b1.1
- Fixed a bug when creating several preparedStatement under the same connection,
- Fixed a bug with queries that end with a number,
- Fixed a bug when stopping to fetch rows while all the rows are not yet returned by the server.

--> OpenBase JDBC driver b1.0
The first release of the JDBC driver
