Menu

HSQL ADO.Net Data Provider / News: Recent posts

hsql-ado.net 0.2.0 released

MISSING commands:
SQLENDTRAN
SAVEPOINT_NAME_RELEASE
SAVEPOINT_NAME_ROLLBACK
SQLSETCONNECTATTR
SQLSTARTTRAN

MISSING data types:
NUMERIC
DECIMAL
TIMESTAMP - * May not be supported *
BINARY
VARBINARY
LONGVARBINARY

MISSING functionality:
ChangeDatabase(string) - * Not supported *
BeginTransaction
BeginTransaction(IsolationLevel)
Cancel() - * Not supported *
NextResult()
GetBytes(int, long, byte[], int, int)
GetChars(int, long, char[], int, int)
GetDecimal(int)
GetData(int)

Posted by Jesse Martinez 2007-09-04

hsql-ado.net 0.1.0 released

This version will implement the basic functionalities of the following ADO.Net data provider interfaces:
- IDbConnection
- IDbDataAdapter
- IDataReader
- IDbCommand

Advance functionalities like Transactions, Connection Pooling, Batch Execution, etc. will be available on future releases.

Please read release notes for specific details.

Posted by Jesse Martinez 2007-06-16