We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0a86a commit 0ddb1a8Copy full SHA for 0ddb1a8
src/connection/sqlJob.ts
@@ -57,7 +57,7 @@ export class SQLJob {
57
const connection = instance.getConnection();
58
return new Promise((resolve, reject) => {
59
// Setting QIBM_JAVA_STDIO_CONVERT and QIBM_PASE_DESCRIPTOR_STDIO to make sure all PASE and Java converters are off
60
- const startingCommand = `QIBM_JAVA_STDIO_CONVERT=N QIBM_PASE_DESCRIPTOR_STDIO=B execggg ` + ServerComponent.getInitCommand();
+ const startingCommand = `QIBM_JAVA_STDIO_CONVERT=N QIBM_PASE_DESCRIPTOR_STDIO=B exec ` + ServerComponent.getInitCommand();
61
62
ServerComponent.writeOutput(startingCommand);
63
0 commit comments