Re: IN clauses via setObject(Collection) [Was: Re: Prepared

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: IN clauses via setObject(Collection) [Was: Re: Prepared
Дата
Msg-id 3F1D351A.8070807@redhat.com
обсуждение исходный текст
Ответ на Re: Prepared Statements  (Dima Tkach <dmitry@openratings.com>)
Список pgsql-jdbc
Paul Thomas wrote:
>
> On 21/07/2003 18:51 Fernando Nasser wrote:
>
>> Also, we may limit this behavior with Collections to the IN clause
>> only.  Where else could we need lists to replace the '?' ?
>
>
> Nowhere. Not even with an IN clause. If the programmer needs
> IN(1,2,3,4,5) then he must write IN(?,?,?,?,?) in his prepare string.
> That's the way JDBC works. Period. Acceptance of any other behaviour is
> un-professional and against the standards. As you said yourself, neither
> Oracle nor DB2 support this behavior. Neither should PostgreSQL.
>

Well, I was just informed that the 7.4 backend supports an IN list which
is filled with a PostgreSQL array.  As the syntax requires the
parenthesis to be in place (it only fills the list itself) there is no
ambiguity.

Its support is limited on 7.4 (the optimized is not aware of it and
generates a crappy plan) but one may consider improving it for 7.5.


--
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Re: the IN clause saga
Следующее
От: Felipe Schnack
Дата:
Сообщение: Re: IN clauses via setObject(Collection) [Was: Re: Prepared