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

NodeJS JT400 wrapper to connect to IBM iSeries and AS/400 systems (OS400 operating system, database like DB2, programs and filesystem)

Results 13 node-jt400 issues
Sort by recently updated
recently updated
newest added

I need to know if there is a method to check if the connection to DB2 is active.

I'm trying to use the InMemory connection for testing in my application and after my tests I need to close the connection. However, the close method doesn't seem to be...

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

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...

dependencies

We have written an PRG program that uses an int(10) param type. This expects a 4 byte binary of the number. Is there a way that I can pass values...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Hi. A recent SAST scan result from AppScan picked up a security vulnerability from the below line in the HsqlClient class. Is there a reason why quser is hardcoded and...

I noticed there's no pool size setting in Pool class. For better performance and more concurrent connections, shouldn't the pool size be defined to allow for idle/available connections? ``` this.sqlPool...

Trying to determine if possibly a port needs to be opened up via VPN because the connection "seems" to work just fine however when attempting to do a query nothing...

Allow reading of AS400 DataQueue with this library. **Contributor**: @ADavidCruzG