Re: [BUGS] Bug #597: ResultSet.next() throws NullPointerException

2002-04-14 Thread Bruce Momjian
This patch has been applied by someone recently. Thanks. --- [EMAIL PROTECTED] wrote: > Craig Brown ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Descriptio

Re: [BUGS] Bug #597: ResultSet.next() throws NullPointerException

2002-02-22 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. Requires jdbc maintainers approval. --- [EMAIL PR

Re: [BUGS] Bug #597: ResultSet.next() throws NullPointerException

2002-02-21 Thread Bruce Momjian
This has been saved for the 7.3 release: http://candle.pha.pa.us/cgi-bin/pgpatches2 --- [EMAIL PROTECTED] wrote: > Craig Brown ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more

[BUGS] Bug #597: ResultSet.next() throws NullPointerException

2002-02-19 Thread pgsql-bugs
Craig Brown ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description ResultSet.next() throws NullPointerException Long Description When invoking the next() method on a ResultSet that has been closed a NullPointerException is thrown. I