Issues upgrading to hsqldb and sqltool version from 2.4.1 to 2.7.1
Thanks for the reply. Actually, the sqltool and hsqldb both dependencies were detected for a security issue under this CVE-2022-41853 id. We are therefore unable to use the previous version (2.4.1) of the sqltool. So is there any other workaround?
Thanks for the reply. Actually, the SQL tool and hsqldb both dependencies were detected for a security issue under this CVE-2022-41853 id. We are therefore unable to use the previous version (2.4.1) of the sqltool. So is there any other workaround?
Currently we are trying to upgrade hsqldb and sqltool dependencies from 2.4.1 to 2.7.1. Below is the command which gets executed. It takes multiple sql files in a single command : java -cp "hsqldb_path\hsqldb-2.7.1.jar;hsqldb_path\sqltool-2.7.1.jar" org.hsqldb.cmdline.SqlTool --inlineRc=URL="jdbc:hsqldb:file:hsqldb_url",USER=SA,PASSWORD= "/path/TestSQL1.sql" "path/TestSQL2.sql" "path/TestSQL3.sql" But after upgrade, this command get stuck while executing. The 1st one gets executed and then it gets...
Currently we are trying to upgrade hsqldb and sqltool dependencies from 2.4.1 to 2.7.1. Below is the command which gets executed. It takes multiple sql files in a single command : java -cp "hsqldb_path\hsqldb-2.7.1.jar;<hsqldb_path>\sqltool-2.7.1.jar" org.hsqldb.cmdline.SqlTool --inlineRc=URL="jdbc:hsqldb:file:hsqldb_url",USER=SA,PASSWORD= "/path/TestSQL1.sql" "path/TestSQL2.sql" "path/TestSQL3.sql" </hsqldb_path> But after upgrade, this command get stuck while executing. The 1st one gets executed...
Currently we are trying to upgrade hsqldb and sqltool dependencies from 2.4.1 to 2.7.1. Below is the command which gets executed. It takes multiple sql files in a single command : java -cp "<hsqldb_path>\hsqldb-2.7.1.jar;<hsqldb_path>\sqltool-2.7.1.jar" org.hsqldb.cmdline.SqlTool --inlineRc=URL="jdbc:hsqldb <hsqldb_url>",USER=SA,PASSWORD= "/path/TestSQL1.sql" "path/TestSQL2.sql" "path/TestSQL3.sql"</hsqldb_url></hsqldb_path></hsqldb_path> But after upgrade, this command get stuck while executing....
Currently we are trying to upgrade hsqldb and sqltool dependencies from 2.4.1 to 2.7.1. Below is the command which gets executed. It takes multiple sql files in a single command : java -cp "<hsqldb_path>\hsqldb-2.7.1.jar;<hsqldb_path>\sqltool-2.7.1.jar" org.hsqldb.cmdline.SqlTool --inlineRc=URL="jdbc:hsqldb:<hsqldb database="" url="">",USER=SA,PASSWORD= "/path/TestSQL1.sql" "path/TestSQL2.sql" "path/TestSQL3.sql"</hsqldb></hsqldb_path></hsqldb_path> But after upgrade, this command get stuck while...