PreparedStatement.setBytes on OIDs

Поиск
Список
Период
Сортировка
От Bill Schneider
Тема PreparedStatement.setBytes on OIDs
Дата
Msg-id 016901c2cb42$cdc0f450$6601a8c0@complexity
обсуждение исходный текст
Ответы Re: PreparedStatement.setBytes on OIDs
Список pgsql-jdbc
Is there any way it is possible to make AbstractJdbc1Statement.setBytes work
on both bytea and oid columns?  I found the "compatible" switch to revert
behavior so that the method can be used with oid columns, but I'd hate to
give up the bytea functionality to keep setBytes working with oids.   IMO
there should be some way to get setBytes to work on both simultaneously.

What are other users' thoughts on this?  Is this something that could be
solved with a small patch or would this feature require a significant
redesign of the driver?

-- Bill



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Coding style
Следующее
От: "etsuko shimabukuro"
Дата:
Сообщение: How do I capture the message from user defined function