]> granicus.if.org Git - postgresql/commit
Better error message on character set mismatches during conversion to unicode.
authorBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:14:55 +0000 (23:14 +0000)
committerBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:14:55 +0000 (23:14 +0000)
commitabcec0c12513ff6ec87cb946bf66a78169acde9c
tree2ea2cf6905f904366a587f3ff24796619064a4a8
parent39b7ec330923b5a2746720101fbd83c1dd418aea
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
src/interfaces/jdbc/org/postgresql/core/Encoding.java
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java