Skip to content

Commit

Permalink
Correclty set QCCSID on first connection
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam authored and chrjorgensen committed Jun 3, 2024
1 parent 47b7627 commit 6567658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/IBMi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ export default class IBMi {

// Fetch conversion values?
if (quickConnect === true && cachedServerSettings?.jobCcsid !== null && cachedServerSettings?.variantChars && cachedServerSettings?.userDefaultCCSID && cachedServerSettings?.qccsid) {
this.qccsid = cachedServerSettings.qccsid;
this.jobCcsid = cachedServerSettings.jobCcsid;
this.variantChars = cachedServerSettings.variantChars;
this.userDefaultCCSID = cachedServerSettings.userDefaultCCSID;
Expand Down

0 comments on commit 6567658

Please sign in to comment.