node-odbc
node-odbc copied to clipboard
ODBC bindings for node
Hello! I have odbc 2.4.8 installed and have noticed an error when deleting data. I believe I should NOT be receiving this error. The error occurs when executing a delete...
I can install in windowOS but in macOS i found this error ``` npm ERR! code 1 npm ERR! path /Users/rattalig/Coding/demo_node_odbc/node_modules/odbc npm ERR! command failed npm ERR! command sh -c...
The documentation says that the transaction isolation level constants "can be accessed through the base exported package": * odbc.SQL_TXN_READ_UNCOMMITTED * odbc.SQL_TXN_READ_COMMITTED * odbc.SQL_TXN_REPEATABLE_READ * odbc.SQL_TXN_SERIALIZABLE The documentation has an example...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Hi, I know there are 2 issues similar like this, but since they are closed and report other databases than MS Access, I consider this bug needs to be reopened...
## Background This pull request removes the `NAPI_EXPERIMENTAL` flag, allowing `node-odbc` to be built with Node.js 20 (20.14.0). This improves compatibility and potentially fixes other build issues. ## Tested on:...
As discussed in #380 , I believe the `NAPI_EXPERIMENTAL` flag is causing build issues on supported node versions for this package. I've looked through the git blame, and it appears...
Hello, everyone! I am running the query to retrieve data from odbc database. It works well for first some queries, but after a while, I got following error.  Here...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...