Re: Support for named parameters in the PostgreSQL JDBC driver

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: rperiasamy(at)aol(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org, jdb_switcher_dev <jdb_switcher_dev(at)LISTSERV(dot)SUP(dot)AOL(dot)COM>
Subject: Re: Support for named parameters in the PostgreSQL JDBC driver
Date: 2006-11-16 12:21:39
Message-ID: 15962BD4-D33C-412B-AC50-A1EB93AA5748@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ravi,

The backend does not support named parameters, so I doubt this will
be coming anytime soon.

Dave
On 16-Nov-06, at 1:29 AM, Ravi Periasamy wrote:

> Dear PGSQL-JDBC Team,
>
> Could you please let me know if the support for "Named Parameters"
> in the JDBC driver is slated for some future release?
>
> Currently with the 8.1.4 JDBC driver, the call to
> CallableStatement.setString(String, String) fails and the code is
> throwing the following exception -
>
> "Caused by: org.postgresql.util.PSQLException: Method
> org.postgresql.jdbc3.Jdbc3CallableStatement.setString
> (String,String) is not yet implemented."
>
> Thanks
> Ravi
>
>
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-11-16 17:52:52 Re: Support for named parameters in the PostgreSQL JDBC driver
Previous Message Ravi Periasamy 2006-11-16 06:29:11 Support for named parameters in the PostgreSQL JDBC driver