Skip to content
New issue

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

About Fix. #12

Open
yaoguangluo opened this issue Mar 19, 2020 · 0 comments
Open

About Fix. #12

yaoguangluo opened this issue Mar 19, 2020 · 0 comments

Comments

@yaoguangluo
Copy link
Owner

Hi all,

  1. ExecPLSQLImp.java
    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。

  1. CreateTablesImp.java
    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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant