patch for PGAPI_Columns with Show system tables turned on - Mailing list pgsql-odbc

From Ludek Finstrle
Subject patch for PGAPI_Columns with Show system tables turned on
Date
Msg-id 20051217234200.GA29550@soptik.pzkagis.cz
Whole thread Raw
List pgsql-odbc
Hello,

  when I take a look at VB6 and RowCount (again) and I turn Parse
Statement option on there is problem with SQLColAttribute for
select * from pg_class. I found that pg_* is forbidden in PGAPI_Columns
when Show system tables is turned off. I think it's not right behaviour.

I write small patch which changes this behaviour. When is pg_* asked
in PGAPI_Columns directly it doesn't matter if Show system tables is
turned on or off.

Please review and comment

Luf

Attachment

pgsql-odbc by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1000488 ] Dollar quoting and '?' in string cause unexpected error.
Next
From: Ludek Finstrle
Date:
Subject: Re: VB6 and RowCount fix