It appears that Alvor currently doesn't support the JDBC escape syntax for
calling stored procedures:
connection.prepareCall("{ call my_package.my_proc(?, ?) }");
That would be a nice addition for syntax correctness checking (e.g. check for
the correct number of parameters).
If it's out of scope, it should at least be recognised as such and not be
reported as an error.
Original issue reported on code.google.com by lukas.eder@gmail.com on 4 Sep 2012 at 12:26
Original issue reported on code.google.com by
lukas.eder@gmail.com
on 4 Sep 2012 at 12:26