Обсуждение: Updateable result set

Поиск
Список
Период
Сортировка

Updateable result set

От
raghu nidagal
Дата:
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

Вложения

Re: Updateable result set

От
Dave Cramer
Дата:
Hi raghu,

Would it be possible for you to resubmit this as a context diff

Dave
On Fri, 2002-04-26 at 16:47, 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)




Re: Updateable result set

От
Barry Lind
Дата:
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)



Re: Updateable result set

От
Dave Cramer
Дата:
This patch has been applied (albeit in a modified form)

Thanks very much!

Dave