Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for an ODBC backend #319

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

scottexton
Copy link

This pull request adds support for an ODBC backend. At the moment the support is protected by the 'odbc' feature, and is not enabled by default. A subsequent pull request will enable this feature in an alternate shared library (so that we don't unnecessarily introduce a dependency on the UnixODBC shared library).

This pull request also contains a fix for an issue which was recently introduced in the JavaScript API. The 'descending' parameter is no longer required in the scan and fetchAll JavaScript API's.

Although I am an experienced C/C++ developer, this is my first attempt at developing in Rust - so I hope that I have not done anything too silly.

As a part of the testing of this change the store.test.ts script was successfully executed against a DB2 server.

This was referenced Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant