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

Results 24 node-sybase issues
Sort by recently updated
recently updated
newest added

Error Code, Result, ResultSet received are always NULL, for executing an procedure in Sybase. Sybase.prototype.onSQLResponse, jsonMsg... { result: [], javaStartTime: 1482846641812, error: 'JZ0CU: getUpdateCount can only be called once after...

ENCRYPT_PASSWORD=true which file should I put this?

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 3.5.3 to 10.2.0 Release notes Sourced from...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

I'm not exactly sure where the problem lies, but I'm guessing it's in the Java part of the library... Anyways, I deal with a Sybase database that has a bunch...

#### Issue Reference: #25 #### Description: The previous version was ignoring the columns having `null` values for any records at any position. > So for example, if the first row...

Good morning everyone, I'm not beeing able to use a database that is actually using ISO-8559-1 as the encoding charset. I have changed the encoding part of SybaseDB.js from utf8...

Hi! Can anyone provide an example with persistent connection as a singleton? Thanks.