JDBC isNullable is not working

From: Zeljko Trogrlic <zeljko(at)technologist(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC isNullable is not working
Date: 2000-09-04 14:06:26
Message-ID: 4.1.20000904160622.018ad388@pop.tel.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I found a bug in JDBC driver. isNullable always return columnNullable, no
matter is column nullable or not. It should return correct value or at
least columnNullableUnknown.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-09-04 14:14:59 RE: JDBC isNullable is not working
Previous Message Zeljko Trogrlic 2000-09-04 12:22:39 JDBC isNullable is not working