-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi all,
- 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。
- 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,
Metadata
Metadata
Assignees
Labels
No labels