DatabaseMetaData patch - Mailing list pgsql-patches

From Liam Stewart
Subject DatabaseMetaData patch
Date
Msg-id 20010817155938.D25048@redhat.com
Whole thread Raw
Responses Re: DatabaseMetaData patch
List 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@redhat.com

Attachment

pgsql-patches by date:

Previous
From: Barry Lind
Date:
Subject: Re: encoding names
Next
From: Mikhail Terekhov
Date:
Subject: Re: [HACKERS] Re: WIN32 errno patch