Qiqi Dong wrote:
> Hi,
>
> I'm using jdbc-7.0.3, and found it does not support CallableStatement. Is
> this planned for the next release? I cannot port my applications to
> postgresql without significant code changes.
>
I am also waiting for jdbc 7.1 because of some timestamp problems. If you
us
Another problem in the same area is that functions, both sql and plpgsql, do
not return recordset. Lack of CallableStatement and recordset making porting
of most of my applications impossible. I hope both will be included to
release 7.1.
- Original Message -
From: "Antonio Fiol" <[EMAIL
I am trying to use Castor (castor.exolab.org). It requires that I use JDBC
(and specifically the postgresqldatasource class). I have downloaded the
postgresql-7.1beta5 src. Whenever I try to build the postgresql.jar using
ant I get:
[javac] Compiling 47 source files to
/home/peter/postgresql-7.1b