Re: ResultSetMetaData implementation addendum - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: ResultSetMetaData implementation addendum
Date
Msg-id 1067872132.1621.63.camel@localhost.localdomain
Whole thread Raw
In response to ResultSetMetaData implementation  (Jan-Andre le Roux <janandre@gen5.co.za>)
List pgsql-jdbc
And a test case for the test suite would be greatly appreciated as well.

Dave

On Mon, 2003-11-03 at 03:40, Jan-Andre le Roux wrote:
> Hi
>
> I implemented the getTable() method in AbstractJdbc2ResultSetMetaData
> (only for protocol version 3), however, I had to change the Field class
> (added tableOid field and added a getter for BaseConnection), the
> receiveFieldsV3() method in QueryExecutor to account for the extra
> tableOid field in the Field class.
>
> What is the correct way to create patches?
>
>
>
> thanks in advance
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: ResultSetMetaData implementation
Next
From: Dave Cramer
Date:
Subject: Re: Driver.acceptsURL(String) not working correctly