RE: JDBC: Missing Classes?

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Joseph Shraibman'" <jks(at)p1(dot)selectacast(dot)net>, Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: "'Hakan Tandogan'" <hakan42(at)gmx(dot)de>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: JDBC: Missing Classes?
Date: 2000-04-19 06:49:26
Message-ID: 1B3D5E532D18D311861A00600865478C70C4C9@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Which directory were you looking. The fixes should be under
org/postgresql. The old postgresql directory is the 6.5.3 driver. I
decided to leave it in there for now.

The 7.0 should in theory work with a 6.5.3 backend, but I've only tested
it against the current CVS backend.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Joseph Shraibman [mailto:jks(at)p1(dot)selectacast(dot)net]
Sent: Tuesday, April 18, 2000 7:42 PM
To: Peter Mount
Cc: 'Hakan Tandogan'; pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] JDBC: Missing Classes?

I notice my fixes to ResultSet are *still* not in there. I can't use
the
new drivers without them.

BTW will the 7.0 drivers work with a 6.5.3 backend?

Peter Mount wrote:

> I was having a horrible time committing them last night, so not
> everything is in there yet. When I get home (in about 3 1/2 hours) I'm
> going to try again.
>
> Peter
>
> --
> Peter Mount
> Enterprise Support
> Maidstone Borough Council
> Any views stated are my own, and not those of Maidstone Borough
Council.
>
> -----Original Message-----
> From: Hakan Tandogan [mailto:hakan42(at)gmx(dot)de]
> Sent: Tuesday, April 18, 2000 3:22 PM
> To: pgsql-interfaces(at)postgresql(dot)org
> Subject: [INTERFACES] JDBC: Missing Classes?
>
> Hi,
>
> I just saw that the classes org.postgresql.* got checked in,
but
> I'm
> missing org.postgresql.Driver. Did someone forget to commit them?
>
> I'm especially looking for org.postgresql.Field, because I'd
> love to
> add a mapping from postgres-large objects to the java.sql.Types.BINARY
> family.
>
> Regards,
> Hakan
>
> --
> Hakan Tandogan
hakan(at)iconsult(dot)com
>
> ICONSULT Tandogan - Egerer GbR Tel.: +49-9131-9047-0
> Memelstrasse 38 - D-91052 Erlangen Fax.:
+49-9131-9047-77
>
> "Any sufficiently advanced bug is indistinguishable from a feature"

Browse pgsql-interfaces by date

  From Date Subject
Next Message Manuel Lemos 2000-04-19 07:47:06 Re: Connecting website with SQL-database.....
Previous Message Peter Mount 2000-04-19 06:47:47 RE: where to close statement ?