CVSROOT: /cvsroot
Module name: pgsql
Changes by: [email protected] 02/04/02 01:24:10
Modified files:
src/interfaces/jdbc/org/postgresql: errors.properties
errors_de.properties
errors_it.properties
errors_nl.properties
errors_zh_TW.properties
src/interfaces/jdbc/org/postgresql/jdbc1: Statement.java
src/interfaces/jdbc/org/postgresql/jdbc2: Statement.java
Log message:
Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a
selectin a rule was causing an insert statement to return a result set which the code was explicitly prohibiting.