| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Jan-Andre le Roux <janandre(at)gen5(dot)co(dot)za> |
| Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: ResultSetMetaData implementation |
| Date: | 2003-11-03 14:49:32 |
| Message-ID: | Pine.LNX.4.33.0311030947490.3615-100000@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
On Mon, 3 Nov 2003, 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?
>
The recommend patch format is a context diff, i.e. "cvs diff -c", and then
send that and a brief description like yours above to this list.
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2003-11-03 14:52:18 | Re: ResultSetMetaData implementation |
| Previous Message | Dave Cramer | 2003-11-03 14:02:25 | Re: A bug in 7.3 jdbc driver now support for PG money type |