Subject | Re: [Firebird-Java] Bug in FBResultSetMetaData |
---|---|
Author | David Jencks |
Post date | 2002-12-12T19:00:55Z |
I partially fixed this in that you will only run into problems if you ask
for the extended info for one of these constructed result sets. Info that
can be detemined from the XSQLVAR works fine now.
david jencks
for the extended info for one of these constructed result sets. Info that
can be detemined from the XSQLVAR works fine now.
david jencks
On 2002.12.11 04:16:47 -0500 sp64_asaon <stephan.asa@...> wrote:
> In the latest CVS version there is a bug in FBResultSetMetaData:
>
> Retrieving ResultSetMetaData from ResultSets returned by methods
> like DatabaseMetaData.getTypeInfo, getColumns etc a
> NullPointerException is thrown:
>
> java.lang.NullPointerException
> at org.firebirdsql.jdbc.FBResultSetMetaData.getExtendedFieldInfo
> (FBResultSetMetaData.java:793)
> at org.firebirdsql.jdbc.FBResultSetMetaData.<init>
> (FBResultSetMetaData.java:65)
> at org.firebirdsql.jdbc.FBResultSet.getMetaData
> (FBResultSet.java:539)
> ...
>
>
> Regards,
> Stephan
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>