| From: | "Arsalan Zaidi" <azaidi(at)directi(dot)com> |
|---|---|
| To: | "Barry Lind" <barry(at)xythos(dot)com>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Strange JDBC error mesg |
| Date: | 2002-02-01 07:41:06 |
| Message-ID: | 027801c1aaf3$d2df29e0$4301a8c0@directi.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-jdbc |
> Arsalan,
>
> This is a bug in the driver that is already fixed in current sources.
> If you download the latest 7.2 driver from jdbc.postgresql.org you will
> have the fix for this bug.
>
> Basically the driver was storing the oid in an int. The value you have
> is overflowing the value allowed for a signed int.
>
The latest drivers cure all.
Thanks a ton.
--Arsalan.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Arsalan Zaidi | 2002-02-01 10:22:34 | Re: Strange JDBC error mesg |
| Previous Message | Barry Lind | 2002-02-01 06:41:44 | Re: Strange JDBC error mesg |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Arsalan Zaidi | 2002-02-01 10:22:34 | Re: Strange JDBC error mesg |
| Previous Message | Sulakshana Awsarikar | 2002-02-01 06:59:36 | Re: getConnection() method of PreparedStatement |