Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0787b90

Browse files
committed
Add jdbc item.
1 parent c418512 commit 0787b90

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

doc/TODO.detail/java

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,108 @@ Peter
405405
>
406406

407407

408+
From pgsql-jdbc-owner+M884@postgresql.org Wed Jun 27 13:36:09 2001
409+
Return-path: <pgsql-jdbc-owner+M884@postgresql.org>
410+
Received: from postgresql.org (webmail.postgresql.org [216.126.85.28])
411+
by candle.pha.pa.us (8.10.1/8.10.1) with ESMTP id f5RHa9q05483
412+
for <pgman@candle.pha.pa.us>; Wed, 27 Jun 2001 13:36:09 -0400 (EDT)
413+
Received: from postgresql.org.org (webmail.postgresql.org [216.126.85.28])
414+
by postgresql.org (8.11.3/8.11.1) with SMTP id f5RHaAa03078
415+
for <pgman@candle.pha.pa.us>; Wed, 27 Jun 2001 13:36:10 -0400 (EDT)
416+
(envelope-from pgsql-jdbc-owner+M884@postgresql.org)
417+
Received: from net2.micro-automation.com (net2.micro-automation.com [64.7.141.29])
418+
by postgresql.org (8.11.3/8.11.1) with SMTP id f5RHOka96908
419+
for <pgsql-jdbc@postgresql.org>; Wed, 27 Jun 2001 13:24:46 -0400 (EDT)
420+
(envelope-from Dave@micro-automation.net)
421+
Received: (qmail 32671 invoked from network); 27 Jun 2001 17:24:39 -0000
422+
Received: from eboxwest.ebox.com (HELO INSPIRON) (206.51.23.194)
423+
by net2.micro-automation.com with SMTP; 27 Jun 2001 17:24:39 -0000
424+
Reply-To: <Dave@micro-automation.net>
425+
From: "Dave Cramer" <Dave@micro-automation.net>
426+
To: "'Barry Lind'" <barry@xythos.com>
427+
cc: <pgsql-jdbc@postgresql.org>
428+
Subject: [JDBC] RE: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
429+
Date: Wed, 27 Jun 2001 13:22:42 -0400
430+
Organization: Micro Automation Inc.
431+
Message-ID: <008301c0ff2d$c885d880$0201a8c0@INSPIRON>
432+
MIME-Version: 1.0
433+
Content-Type: text/plain;
434+
charset="us-ascii"
435+
Content-Transfer-Encoding: 7bit
436+
X-Priority: 3 (Normal)
437+
X-MSMail-Priority: Normal
438+
X-Mailer: Microsoft Outlook, Build 10.0.2616
439+
Importance: Normal
440+
In-Reply-To: <3B39352E.6060904@xythos.com>
441+
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
442+
X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/)
443+
Precedence: bulk
444+
Sender: pgsql-jdbc-owner@postgresql.org
445+
Status: OR
446+
447+
Barry,
448+
449+
The getXXXFunctions aren't implemented
450+
Some of the other functions are correct for version 7.1 but not for
451+
previous versions. Ie. The row length, etc. I think the driver should
452+
get the version and determine what is correct for each version.
453+
454+
I think this is incorrect.
455+
public boolean supportsSelectForUpdate() throws SQLException
456+
{
457+
// XXX-Not Implemented
458+
return false;
459+
}
460+
461+
There are a number of things here which are hard coded, and possible
462+
wrong.
463+
464+
I started to work on this, but since I am going on vacation next week I
465+
have a number of fires to get down to a slow burn before I go.
466+
467+
Dave
468+
469+
-----Original Message-----
470+
From: Barry Lind [mailto:barry@xythos.com]
471+
Sent: June 26, 2001 9:22 PM
472+
To: Dave Cramer
473+
Cc: pgsql-jdbc@postgresql.org
474+
Subject: Re: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
475+
476+
Dave,
477+
478+
Can you give a little more detail on what you mean by 'Improved
479+
DatabaseMetaData'? What specific areas are currently lacking?
480+
481+
thanks,
482+
--Barry
483+
484+
485+
>>On Mon, Jun 25, 2001 at 10:56:18PM -0400, Dave Cramer wrote:
486+
>>
487+
>>>I have to agree, we need to compile a todo list.
488+
>>>
489+
>>>Mine would include:
490+
>>>
491+
>>>1) Comprehensive test suite. This may be available already.
492+
>>>2) Updateable resultSet
493+
>>>3) Improved DatabaseMetaData
494+
>>>4) Compatible blob support
495+
>>>
496+
>
497+
> Added to official PostgreSQL TODO:
498+
>
499+
> * JDBC
500+
> * Comprehensive test suite. This may be available already.
501+
> * Updateable resultSet
502+
> * Improved DatabaseMetaData
503+
> * Compatible blob support
504+
>
505+
>
506+
507+
508+
509+
510+
---------------------------(end of broadcast)---------------------------
511+
TIP 4: Don't 'kill -9' the postmaster
512+

0 commit comments

Comments
 (0)