Re: Driver modified for JDeveloper+ADF communication - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Driver modified for JDeveloper+ADF communication
Date
Msg-id Pine.BSO.4.64.0706191235420.15310@leary.csoft.net
Whole thread Raw
In response to Driver modified for JDeveloper+ADF communication  (Javier Caballero <jcaballero@empretal.com>)
List pgsql-jdbc

On Tue, 19 Jun 2007, Javier Caballero wrote:

> I'm doing a program with JDeveloper+ADF and Postgre and was having problems
> with the update sentence (created automatically by JDeveloper). After some
> research, found the problem in the SQL sentence. Postgre don't accept alias
> in a UPDATE query and JDeveloper sends it.

PG accepts update aliases in version 8.2+.  So a better solution is
probably just to upgrade.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Javier Caballero
Date:
Subject: Driver modified for JDeveloper+ADF communication
Next
From: Kris Jurka
Date:
Subject: Re: Literal vs parameterized 'timestamp with time zone' value