Korinne Adler

Results 197 comments of Korinne Adler

Since this is a conversion issue, can you please provide - value of QCCSID - job CCSID - job default CCSID - job langid - job cntryid - PASE locale...

FYI, I asked for `locale -a`, but that was wrong. I meant just to run `locale`. I've updated my comment above.

I have a hunch that the problem is occurring here: https://github.com/IBM/nodejs-idb-connector/blob/master/src/db2ia/dbstmt.cc#L2477 If the SQLFetch returns an indicator with a valid length (ie. not `SQL_NTS` or `SQL_NULL_DATA`), we will copy the...

Alternatively, just always set rlength to the proper value here: https://github.com/IBM/nodejs-idb-connector/blob/master/src/db2ia/dbstmt.cc#L2404-L2414 When it's SQL_NTS we already get the length in to `colLen` (why we don't use strdup here, I'm not...

I'm not sure either. AFAICT it doesn't even mention the ability to pass a NULL pointer.

**Original comment by Tony Cairns (Bitbucket: [rangercairns](https://bitbucket.org/rangercairns), GitHub: [rangercairns](https://github.com/rangercairns)).** ---------------------------------------- status

**Original comment by Tony Cairns (Bitbucket: [rangercairns](https://bitbucket.org/rangercairns), GitHub: [rangercairns](https://github.com/rangercairns)).** ---------------------------------------- This is a low priority, but will be considered in future release.

**Original comment by Tony Cairns (Bitbucket: [rangercairns](https://bitbucket.org/rangercairns), GitHub: [rangercairns](https://github.com/rangercairns)).** ---------------------------------------- This is a low priority, but will be considered in future release.