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

Hi, I'd like to migrate from php/laravel to nestjs. I'm doing some tests with node-odbc to check for any perf issue and I'm facing very slow queries. Every single/simple query...

**Describe your system** * `odbc` Package Version: 2.4.6 * ODBC Driver: windows * Database Name: Sybase * Database Version: 5.7 * Database OS: Windows * Node.js Version: 16 * Node.js...

Windows is very UTF-16 centric while Node.js is very UTF-8 centric. While it can also handle UTF-16, it does not deal with other encodings well at all (at least in...

confirmed

**Describe your system** * `odbc` Package Version: 2.4.6 * Database OS: mac 12.6 (m1) * Node.js Version: 16.18.1 * Node.js OS: mac/electron **Describe the bug** I am able to successfully...

Hello! Stored procedures are able to return multiple results in a single call. Can you add the ability to handle these type of results? If you need a sample stored...

Hi, I have question about using `connectionpool` on my server. I have defined a global variable named connection pool and when I want to query database I use it to...

Any tips to get around this issue, when i bump package.json and the odbc to 2.4.8 I get an issue with the installation. npm ERR! code 1 npm ERR! path...

stale

Hey there! I was wondering if there's a way to adjust the charset? I can't find anything like that in the docs. I'm from Germany, so we have quite a...

stale

- `odbc` Package Version: 2.4.8 - ODBC Driver: unixODBC 2.3.9 - Database Name: DB2 for i - Database Version: V7R5 - Database OS: IBM i - Node.js Version: v18.20.2 -...

confirmed

Hi, Binding Parameter Markers breaks when running on IBM I. I've created a repo that you can use to recreate this issue. https://github.com/mikemicmike/odbc-example2 If you clone this on windows it...

stale