node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

ODBC bindings for node

Results 68 node-odbc issues
Sort by recently updated
recently updated
newest added

Based on discussion stemming from https://github.com/IBM/node-odbc/issues/63#issuecomment-3228227873 This package gives us a lot of benefits: - Supports what our built-in pool code does _and more_ - Allow us to close a...

**Describe your system** * `odbc` Package Version: 2.4.9 * ODBC Driver: 1.1.0.28-0 * unixODBC 2.3.9 * Database Name: DB2 for i * Database Version: V7R5M0 * Database OS: IBM i...

I encountered some heap corruption when using this library. We've forked it to fix that issue (& some others, might also bring them up here later), but it's a pain...

In function pool.close(), if a callback is provided, the subsequent loop on "freeConnections" does nothing because that structure was previously zeroed out earlier in the function. The foreach should be...

I am trying to use this module in an electron app. I can establish a successful connection to the database. I can list the tables of the schema, but when...

**Describe your system** * `odbc` Package Version: [email protected] * ODBC Driver: MDBTools * Database Name: Access * Database Version: uncertain * Database OS: running through kubuntu using ODBC * Node.js...

**Describe your system** * `odbc` Package Version: 2.4.9 * ODBC Driver: Pervasive ODBC Interface * Database Name: Actian Zen / Pervasive * Database Version: 15.10 * Database OS: Windows Server...

**Describe your system** * `odbc` Package Version: * ODBC Driver: node-odbc * Database Name: db2 * Database Version: db2 for ibmi level 25 * Database OS: IBMI V7R4 * Node.js...