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)