node-odbc
node-odbc copied to clipboard
ODBC bindings for node
These types don't actually exist at runtime, or at least they are not exported. For example, this code will compile but fail at runtime with `TypeError: Right-hand side of 'instanceof'...
Currently, we convert fixed-precision numeric types to Javascript Number objects, which are inexact double precision floating point values. This conversion is a lossy conversion, which is not ideal. We should...
Below is a snippet of code I am trying to get working... basically I get the pool and call connect on it to get a single connection. I call beginTransaction...
**Describe your system** * `odbc` Package Version: 2.4.9 * ODBC Driver: msodbcsql17 * Database Name: master * Database Version: Microsoft SQL Server 2022 (RTM-CU15-GDR) (KB5046862) - 16.0.4155.4 (X64) Oct 18...
Heya! In https://github.com/IBM/node-odbc/pull/440 we updated node-pre-gyp to reduce downstream dependencies of `node-odbc` Any chance we could get an npm release in the new year with these changes? Would really appreciate...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Similar to #392, but we did not have access to ppc64le Linux build resources at the time. Now, there's https://github.com/apps/power-z-gha-runner which should allow us to do CI on not only...
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.2. Commits d9ea73a 7.5.2 5e1a8e6 Fix sync tar.list when file size reduces while reading 0fbeaed formatting 2dbacfe add types for make-tar util c5865d3 remove unused...
Currently, SQLCancel [is not supported](https://github.com/IBM/node-odbc/blob/4a788f8d12940feaeed31ddc0330eff546ca8e23/src/dynodbc.cpp#L153) by node-odbc. This makes it tricky for production workloads where we want to implement a timeout for long-running queries, so we can serve other requests....
**Describe your system** * `odbc` Package Version: 2.4.9 * ODBC Driver: N/A * Database Name: N/A * Database Version: N/A * Database OS: N/A * Node.js Version: 22.18.0 * Node.js...