enhanced SQLSpecialColumns

From: Quan Zongliang <zongliang(dot)quan(at)postgresdata(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: enhanced SQLSpecialColumns
Date: 2018-11-14 13:48:01
Message-ID: 1d270501-939c-826f-3347-3300e7af6f28@postgresdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

hi, all

patch attched,please review.

If a table has not WITH OIDS option.
Try to find primary-key(prefered)/unique index.
If it has not either of them, returns "ctid" as text type.

--
Quan Zongliang

Attachment Content-Type Size
specialcols.patch text/plain 7.1 KB

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2018-11-15 15:06:29 FAQ update
Previous Message Inoue, Hiroshi 2018-11-13 12:41:30 Re: ODBC SQLSpecialColumns bugfix