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

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

dependencies
stale

Hi, The test environment setup: - MacOS Ventura - unixODBC driver manager version 2.3.11 - Microsoft ODBC Driver 18 For SQL Server - SQLServer running in Docker (or on a...

confirmed

This PR changes the procedure workflow from: `SQLProcedures` -> `SQLProcedureColumns` -> `SQLExecDirect` to `SQLPrepare` -> `SQLDescribeParam` -> `SQLBind` -> `SQLExecDirect` This will allow users to call a procedure with just...

Partial fix for #329 Skip the call to **SQLSetPos()** when there aren't any column market with **is_long_data**

**Describe your system** * `odbc` Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver Version 18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js...

confirmed

fixes #372 So far I have only tested this on IBMi with a test fix ODBC driver from IBM.

confirmed

**Describe your system** * `odbc` Package Version: 2.4.8 * ODBC Driver: unixODBC * Database Name: Postgres * Database Version: 15.4 * Node.js Version: 18 * Node.js OS: Linux **Describe the...

If possible, it would be nice if we could pass the user & password separate from the ODBC connection string. This would be helpful with logging so we can log...

**Describe your system** * `odbc` Package Version: 2.4.8 * unixODBC version: 2.3.9-1 * ODBC Driver: IBM i Access ODBC Driver 1.1.0.27-0 * Database Name: DB2 for i * Database Version:...

See https://github.com/markdirish/node-odbc/issues/326#issuecomment-1577125597

confirmed