Dear PGSQL-JDBC Team,
Could you please let me know if the support for "Named Parameters"
in the JDBC driver is slated for some future release?
Currently with the 8.1.4 JDBC driver, the call to CallableStatement.setString(String,
String) fails and the code
is throwing the following exception -
"Caused by: org.postgresql.util.PSQLException: Method
org.postgresql.jdbc3.Jdbc3CallableStatement.setString(String,String) is
not yet implemented."
Thanks
Ravi