Re: NullPointerException in TypeInfoCache.getSQLType - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: NullPointerException in TypeInfoCache.getSQLType
Date
Msg-id CAB=Je-F7xY2n1uWkMCtSBqxHb9H54WKZeU3pZjXWYmdYoeWiQg@mail.gmail.com
Whole thread Raw
In response to Re: NullPointerException in TypeInfoCache.getSQLType  (Stephanie Smith <Stephanie.Smith@sas.com>)
List pgsql-jdbc
Thanks for the reproducer.
I've implemented a fix here: https://github.com/pgjdbc/pgjdbc/pull/530

There are other similar places when type information is loaded by
using several queries.
For example: getProcedureColumns, however it is likely to be used with
some reasonable
schema/procedure patterns, thus it is less likely to fail.

Vladimir


pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: Re: Complicated re-distribution of pgjdbc the "open source way"
Next
From: Pavel Raiskup
Date:
Subject: Complicated re-distribution of pgjdbc the "open source way"