Re: Updateable result set

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: Updateable result set
Дата
Msg-id 3CCD65A2.90902@xythos.com
обсуждение исходный текст
Ответ на Updateable result set  (raghu nidagal <raghuramn@hotvoice.com>)
Список pgsql-jdbc
Raghu,

In order for us to consider this patch we will need it submitted as a
context diff (i.e. diff -c format).  It would also be useful to provide
a description of what the patch does and how it works  (i.e. how do you
determine that the sql statement is a candidate for being updateable?
Have you implemented the full postgres sql grammer in java?  If not how
do you determine that 'select pk,a,b from foo' is OK, but that 'select
pk, bar(a), b from foo' and 'select pk,a,b from (select * from baz where
c = 1) as foo' are not.)

thanks,
--Barry

raghu nidagal wrote:
> Hi
> i've added support for updateable result sets for the driver.
> raghu
>
>
>
> --------------------------------------------------------------------------
> Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
> Sign-up today at http://www.hotvoice.com
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)



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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Ant build for JDBC driver
Следующее
От: john-paul delaney
Дата:
Сообщение: Re: Example Code breaks.