Re: Facing issue with driver postgresql-9.2-1003.jdbc4 on PostgreSQL 9.2.4

From: Nishant Singh <nishant(dot)singh(at)egsgroup(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Facing issue with driver postgresql-9.2-1003.jdbc4 on PostgreSQL 9.2.4
Date: 2013-07-29 13:33:05
Message-ID: 51F66F11.2020701@egsgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Dave,

Thanks for your reply.

In my latest test I have noticed that with new jdbc driver
(postgresql-9.2-1003.jdbc4.jar), out of total 512 records only first 125
records are having non-null value for type 'character varying[15)[]'
field and for the rest of the records (from 126 to 512) field value is
null.

But with old jdbc driver (postgresql-9.1-903.jdbc4.jar) all 512 records
are having non-null value for type 'character varying[15)[]' field.Files
OldDriverWithCursor.txt and NewDriverWithCursor.txtcontain the test logs.

I am not sure whether above is of any help in understanding the actual
problem or not.

By the way we are planning to revert back to old jdbc driver
(postgresql-9.1-903.jdbc4.jar) on the live environment having PostgreSQL
9.2.4 till we can find any solution for the problem.

Do you think that there can be some issue (in general) with old jdbc
driver(postgresql-9.1-903.jdbc4.jar) and PostgreSQL 9.2.4 combination?

Regards,
Nishant

On 29/07/2013 11:41, Dave Cramer wrote:
>
> Nishant,
>
> Your email does suggest there is a bug in there somewhere. However we
> would require a bit more of a detailed test case in order to be able
> to help find it.
>
> Regards,
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca

This message has been scanned for malware by SurfControl plc. www.surfcontrol.com

Attachment Content-Type Size
NewDriverWithCursor.txt text/plain 16.1 KB
OldDriverWithCursor.txt text/plain 19.9 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ondrej Chaloupka 2013-07-29 13:33:44 Incorrect response code after XA recovery
Previous Message Dave Cramer 2013-07-29 10:41:39 Re: Facing issue with driver postgresql-9.2-1003.jdbc4 on PostgreSQL 9.2.4