LJ
LJ
``` A DSPSIZ(27 132 *DS4) A R SCRN2 A 2 2'This text containt parentheses (Y/N)' A 3 2'This text containt dashes -Y/N-' ```
Release in Renderer 0.1.3
@DavidRusso I get similar results if I set that environment variables: ``` $ UV_THREADPOOL_SIZE=10 npm run start odbc p 10 node-odbc - Pool-Promise.all - 10 queries Node.js version: v20.14.0 Platform:...
@DavidRusso I have had issues with node-odbc for some time and have been wanting an improved clients, more similar to `node-mssql` or `pg` for quite some time. We're headed that...
@DavidRusso I found a large issue with ODBC pooling, which is where the issues are in this blog. Another post will come to address this.
@GajenderI please raise your issue in the Mapepire-server repo. Thanks!
@GajenderI ODBC and Mapepire will both exist. ODBC is not going away.
Let me double up this idea. SSH2 as an SSH server that we could connect to for testing? https://www.npmjs.com/package/ssh2#password-and-public-key-authentication-and-non-interactive-exec-command-execution This means perhaps a Node.js env that would replicate some of...
## CL commands being used: * `CPYTOSTMF FROMMBR('${path}') TOSTMF('${tempRmt}') STMFOPT(*REPLACE) STMFCCSID(1208) DBFCCSID(${this.config.sourceFileCCSID})` * `CPYFRMSTMF FROMSTMF('${tempRmt}') TOMBR('${path}') MBROPT(*REPLACE) STMFCCSID(1208) DBFCCSID(${this.config.sourceFileCCSID})` * `call QSYS/QZDFMDB2 PARM('-d' '-i' '-t')` (with standard input) * `DLTOBJ...
* Schemas aren't naturally supported with SQLite, but can be simulated with `attach`: https://www.sqlitetutorial.net/sqlite-attach-database/ * SQLite does not support aliases, but views will work