patch for JDBC PreparedStatement

Поиск
Список
Период
Сортировка
От Alexander Litvinov
Тема patch for JDBC PreparedStatement
Дата
Msg-id 200108121437.f7CEbmG24213@gw.ac-sw.com
обсуждение исходный текст
Список pgsql-patches
Hello,

I don't know the correct way to post patches so I will try this.

I have found the following bug:
When I try to insert strings using class PreparedStatement from JDBC with
non-printable chars it sometimes fail. During my investigations I have found
that current version of PreparedStatement quotes only ' (ampersand) and \
(slash). I have made some changes and now PreparedStatement change all
non-printable (possible some printable too) chars to \xxx where xxx is octal
code of char.

folder : src/interfaces/jdbc/org/postgresql/jdbc2
file : PreparedStatement.java

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Garrett Wollman
Дата:
Сообщение: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Следующее
От: Barry Lind
Дата:
Сообщение: Re: patch for JDBC PreparedStatement