Skip to content

About Fix. #12

@yaoguangluo

Description

@yaoguangluo

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions