We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
this line.
by the way, makes value of 'acknowledge' out of the inner container will be ok for running。
to avoid the unknown table name exception.
get any questions please let me know ASAP.
Cheers, Yaoguang,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
At the 52st line, please add this
if(null!= acknowledge) {
if(output.get("start").toString().equals("1")) {
PLSQLCommandImp.processExec(acknowledge, output, mod);
}
}
above on
PLSQLCommandImp.processCheck(output.get("newCommand").toString(), output, mod);
this line.
by the way, makes value of 'acknowledge' out of the inner container will be ok for running。
At the 30st line, please change this as below:
String tableSpecPath = DBPath + "/spec";
String tableRowsPath = DBPath + "/rows";
into
String tableSpecPath= tablePath + "/spec";
String tableRowsPath= tablePath + "/rows";
to avoid the unknown table name exception.
get any questions please let me know ASAP.
Cheers,
Yaoguang,
The text was updated successfully, but these errors were encountered: