DatabaseMetaData patch

From: Liam Stewart <liams(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: DatabaseMetaData patch
Date: 2001-08-17 19:59:38
Message-ID: 20010817155938.D25048@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Here is a small patch for the DatabaseMetaData class (both jdbc1 and
jdbc2) that gets the unimplemented methods that should return a
ResultSet to throw an SQLException -- correct according the JDBC API.
They used to return null. Also the getTypeInfo method will throw an
SQLException if the ExecSQL call returns null.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams(at)redhat(dot)com

Attachment Content-Type Size
dbmetatdata.diff text/plain 9.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message John Gray 2001-08-17 20:34:31 New version of XML support routines (0.2)
Previous Message Mikhail Terekhov 2001-08-17 19:21:48 Re: [HACKERS] Re: WIN32 errno patch