Re: [BUGS] BUG #1561: wrong detection of number of parameters in

2005-03-26 Thread Oliver Jowett
Ingolf Knopf wrote: > "java.sql.PreparedStatement.executeUpdate()" throws "java.sql.SQLException", > if the prepared sql-string contains '?' within a C-like comment. > > Example: > select relname > from pg_class > where /*relowner = ? and*/ > relname = ? > > In this case, the java.sql.

[BUGS] BUG #1561: wrong detection of number of parameters in java.sql.PreparedStatement

2005-03-26 Thread Ingolf Knopf
The following bug has been logged online: Bug reference: 1561 Logged by: Ingolf Knopf Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: JDBC Description:wrong detection of number of parameters in java.sql.PreparedStatement Details: "java.s