ODBSequoia 0.5a RELEASE NOTES

This file documents the features and limitations of the ODBSequoia driver version v0.5a.

The ODBSequoia driver is designed as a thin layer above the Carob static library. Most of the work is actually performed by Carob. To simplify the whole thing is called "the driver" below.

Features

Basic ODBC support

Ability to connect to a sequoia controller, send a write query, get the update count, send a read request, browse the resultset, disconnect. You can actually do something useful with this preview. However no advanced features are implemented yet and your usual ODBC application is likely to miss some. For instance dynamic database browsers will very partially work at best because they try to access database and resultset metadata, which is not implemented yet.

Unicode

When some ODBC function has a 'W' (wide char) version, then ODBSequoia implements it using the 'W' version, so no worry for your unicode application. But this also imply that you need an Unicode Driver Manager. Check the UNICODE file for more details.

Active community support

http://carob.continuent.org/

If you report a problem to the mailing-list and the fix is simple enough, it will be committed to CVS in the next days. Feature wishes reported on the mailing-list will always get a higher priority than others: we need your feedback to know which are the ODBC features that matter. And do not forget to check our JIRA task/bug tracker.

Obviously patches & other contributions are highly welcome (under the Apache 2.0 licence currently used).

Not yet implemented features

Testing

Almost every line of this code has been manually tested, meaning it has actually run at least once. But the next developement step is definitely to implement some exhaustive, automated and regularly run non-regression test-suite.

Partially implemented functions

Not yet implemented functions

Calling these functions will simply fail.


$Date: 2006/05/24 13:25:04 $ $Revision: 1.3 $