Re: [JDBC] Open 7.1 items

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, PostgreSQL jdbc list <pgsql-jdbc(at)postgreSQL(dot)org>
Subject: Re: [JDBC] Open 7.1 items
Date: 2001-01-26 09:29:16
Message-ID: 980501356.3a71436c197aa@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Quoting Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>:

> Here are my open 7.1 items. Thanks for shrinking the list so far.
>
> ---------------------------------------------------------------------------
>
> FreeBSD locale bug
> Reorder INSERT firing in rules
> Philip Warner UPDATE crash
> JDBC LargeObject short read return value missing

Working on this on Saturday.

> SELECT cash_out(1) crashes all backends
> LAZY VACUUM
> FOREIGN KEY INSERT & UPDATE/DELETE in transaction "change violation"
> Usernames limited in length
> Does pg_dump preserve COMMENTs?
> Failure of nested cursors in JDBC

JDBC doesn't support cursors full stop yet.

> JDBC setMaxRows() is global variable affecting other objects
> Does JDBC Makefile need current dir?

No as it's obsolete in 7.1 ;-)

> Fix for pg_dump of bad system tables
> Steve Howe failure query with rules
> ODBC/JDBC not disconnecting properly?

Client code not calling Connection.close() method.

> Magnus Hagander ODBC issues?
> Merge MySQL/PgSQL translation scripts
> Fix ipcclean on Linux
> Merge global and template BKI files?

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pete Forman 2001-01-26 11:12:32 Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]
Previous Message Oliver Elphick 2001-01-26 05:41:41 Re: Permissions on CHECKPOINT

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-01-26 09:31:13 Re: [JDBC] Re: no way in LargeObject API to detect short read?
Previous Message Peter T Mount 2001-01-26 09:26:16 Re: Re: [INTERFACES] jdbc driver: Support for 'BOOL'