Re: BYTEA

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: BYTEA
Дата
Msg-id n7h3lk$d6a$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: BYTEA  (Andreas Joseph Krogh <andreas@visena.com>)
Ответы Re: BYTEA
Список pgsql-sql
Andreas Joseph Krogh schrieb am 17.01.2016 um 23:09:
>      > Do I  really *Need to escape/encode binary data before sending to DB
>      > then do the reverse after retrieving the data?*
>      > *
>      > *
>      > If so, what (*Java*) codes should I use to achieve this goal (I am using
>      > the Java to interface with the DB)?
>
>     https://jdbc.postgresql.org/documentation/94/binary-data.html
>
> Save yourself the trouble and don't go this route. Use https://github.com/impossibl/pgjdbc-ng instead.

Can you elaborate?

Using the "official" JDBC driver with bytea column works just fine for me.







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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: BYTEA
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: BLOBs