Обсуждение: RE: RE: [HACKERS] Request for 7.0 JDBC status

Поиск
Список
Период
Сортировка

RE: RE: [HACKERS] Request for 7.0 JDBC status

От
Peter Mount
Дата:
Ok, I've just committed some fixes.

The README should now say things about 7.0, the org.postgresql change,
and the proper build instructions.

make jdbc1 & make jdbc2 now force the postgresql.jar to be rebuilt.

I've fixed a couple of problems with the examples. Mainly, the
threadsafe test wouldn't run here. It seems that on this machine thread2
overtook thread1, and things got messy.

Bruce, do you want an extra rule added for kaffe? I could add it, but I
currently have no way of testing it.

Peter

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



-----Original Message-----
From: Peter Mount [mailto:petermount@it.maidstone.gov.uk]
Sent: Wednesday, May 03, 2000 2:39 PM
To: 'Bruce Momjian'; Peter Mount
Cc: 'Thomas Lockhart'; Tom Lane; Lamar Owen; PostgreSQL-development;
PostgreSQL-interfaces; Peter Mount (Home)
Subject: [INTERFACES] RE: [HACKERS] Request for 7.0 JDBC status


Hmmm, I could add a rule just for Kaffe that does include all of them.
I'd prefer keeping the existing rule for most cases (as it prevents
every file being compiled every time), but it should only be 3 lines...

Peter

-----Original Message-----
From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
Sent: Wednesday, May 03, 2000 2:13 PM
To: Peter Mount
Cc: 'Thomas Lockhart'; Tom Lane; Lamar Owen; PostgreSQL-development;
PostgreSQL-interfaces; Peter Mount (Home)
Subject: Re: [HACKERS] Request for 7.0 JDBC status


> PM: I'm actually sneeking one day time here (shouldn't but will) so
> things should be better by the end of today. I'm about to get a JDK
> installed under NT, just to give an extra platform to test under.

I talked to the Kaffe folks and compiling mutually dependent java files
must be done by compiling them all at the same time:
java a.java b.java

Seems it is a kaffe limitation/bug.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania
19026


Re: RE: [HACKERS] Request for 7.0 JDBC status

От
Bruce Momjian
Дата:
> Ok, I've just committed some fixes.
> 
> The README should now say things about 7.0, the org.postgresql change,
> and the proper build instructions.
> 
> make jdbc1 & make jdbc2 now force the postgresql.jar to be rebuilt.
> 
> I've fixed a couple of problems with the examples. Mainly, the
> threadsafe test wouldn't run here. It seems that on this machine thread2
> overtook thread1, and things got messy.
> 
> Bruce, do you want an extra rule added for kaffe? I could add it, but I
> currently have no way of testing it.

Again, don't worry.  There is a java sql library Blob method missing, so
it doesn't compile.  I will let you know if that is ever fixed in kaffe.
The fact the java libraries run fine on other computers really makes
this a non-issue as long as the JAR file is available for download.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026