Re: Strange error using postgres 8.2 + JDBC 8.2 driver

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Strange error using postgres 8.2 + JDBC 8.2 driver
Дата
Msg-id 1169054033.22307.299.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Strange error using postgres 8.2 + JDBC 8.2 driver  (Kris Jurka <books@ejurka.com>)
Ответы Re: Strange error using postgres 8.2 + JDBC 8.2 driver  (Kris Jurka <books@ejurka.com>)
Re: Strange error using postgres 8.2 + JDBC 8.2 driver  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-jdbc
> This will actually happen in 8.1 servers if you are running the latest
> releases.  Previously, inserting something like "a\0b" would silently
> truncate at the null byte, but now it's an error.  So, check your data for
> \0.

Well, if the 0 bytes are in the byte array, I would expect that to be
OK, the driver should escape them, right ? (I actually tested this, it
works).

Other than that, the parameters are plain strings and primitives, so I
would also be surprised to be able to insert invalid 0 bytes in those...
Could it be that we have some strange characters not properly encoded by
the driver ?

Thanks,
Csaba.



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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Strange error using postgres 8.2 + JDBC 8.2 driver
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Strange error using postgres 8.2 + JDBC 8.2 driver