NULL as an element of an ARRAY - Mailing list pgsql-jdbc

From Andrew Lazarus
Subject NULL as an element of an ARRAY
Date
Msg-id 389629383.20070703113739@attglobal.net
Whole thread Raw
List pgsql-jdbc
The latest server allows NULL as an element of a numeric array (not
just the entire array as a NULL). But using getArray on this gives the
error 'Bad value for type Float: NULL' in
AbstractJdbc2ResultSet.toFloat(). I assume it's trying to parse a
string without special-casing NULL.

Have I missed something?


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Can MD5 sums be posted for the downloadable files?
Next
From: Flipper
Date:
Subject: prepared statement: are they pre-compiled?