Thread: BUG FIX

BUG FIX

From
kostalinux
Date:
Hi
I fixed stupid problems in :

org.postgresql.jdbc2.DatabaseMetaData

public ResultSet getTables(String s, String s1, String s2, String as[])
         throws SQLException

I'm sorry that I decompile the driver but this driver works too bad no
sequences not indexes and other problems which you know.

Kosta



Attachment

Re: BUG FIX

From
Barry Lind
Date:
You will need to resubmit this patch as a context diff (diff -c) done
against current sources in CVS (or optionally against the 7.2 sources
but current is prefered).  I can't determine what you have changed in
the patch as you have submitted it.

thanks,
--Barry


kostalinux wrote:

> Hi
> I fixed stupid problems in :
>
> org.postgresql.jdbc2.DatabaseMetaData
>
> public ResultSet getTables(String s, String s1, String s2, String as[])
>         throws SQLException
>
> I'm sorry that I decompile the driver but this driver works too bad no
> sequences not indexes and other problems which you know.
>
> Kosta
>
>
>------------------------------------------------------------------------
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>