pgsql-server/src/interfaces/jdbc/org/postgresq ...

Started by Nonameover 23 years ago1 messagescomitters
Jump to latest
#1Noname
barry@postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: barry@postgresql.org 03/02/09 18:14:55

Modified files:
src/interfaces/jdbc/org/postgresql: errors.properties
src/interfaces/jdbc/org/postgresql/core: Encoding.java
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1Statement.java

Log message:
Better error message on character set mismatches during conversion to unicode.
Also applied patch from Lars Stenberg to make callable statements use the form
select * from func() when running against a 7.3 server instead of select func() to allow for set returning functions to be called.

Modified Files:
jdbc/org/postgresql/errors.properties
jdbc/org/postgresql/core/Encoding.java
jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java