PostgreSQLStoredProcedureTest.testProcedureWithJDBCByName PostgreSQLFunctionProcedureTest.testFunctionWithJDBCByName fail with similar error using named parameters:
while PostgreSQLFunctionProcedureTest could by fixed by referencing parameters in query sp_count_phones(?,?) → call sp_count_phones(phoneCount=>?,personId=>?) I didn’t find a similar syntax for PostgreSQLFunctionProcedureTest. |