Re: Updateable result set

From: Barry Lind <barry(at)xythos(dot)com>
To: raghu nidagal <raghuramn(at)hotvoice(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Updateable result set
Date: 2002-04-29 15:24:18
Message-ID: 3CCD65A2.90902@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org)

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jim Bowery 2002-04-29 23:12:56 postgres CVS Against j2sdk1.4 Failure
Previous Message Dave Cramer 2002-04-29 14:00:17 Re: Ant build for JDBC driver