Suspected JDBC bug

From: Jim Gray <Jim(dot)Gray(at)Bull(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Suspected JDBC bug
Date: 2014-06-27 22:57:37
Message-ID: 707FDC874FBC4F4EA8857D4BA3D7D8F08A03804B@BUMSG1WM.fr.ad.bull.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have a test case (attached) which has this output:

Connected to PostgreSQL 9.0.1
Using PostgreSQL Native Driver PostgreSQL 9.3 JDBC4.1 (build 1101)
Executing statement: SELECT EMPNUM FROM WORKS WHERE EMPNUM > ?
Parameter value: E1
Processing result set: 0
Returned value: E2

Executing statement: SELECT ?
Parameter value: E9
Processing result set: 1
Returned value: E9
Updating first result set value: E2 , with new value: E9
SQL Exception processing result set for: SELECT ?
SQLState: 42703
SQLCode: 0
Message: The column name pnum was not found in this ResultSet.

I have not found anything similar in the mailing lists or archives.

Attachment Content-Type Size
PostgresqlJdbcTest.java application/octet-stream 10.0 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2014-06-28 00:38:16 Re: Suspected JDBC bug
Previous Message mkrogemann 2014-06-18 14:45:31 BUG #10691: Wrong license URL