bugfix: bit/varbit type support

From: Quan Zongliang <zongliang(dot)quan(at)postgresdata(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: bugfix: bit/varbit type support
Date: 2018-11-19 11:37:16
Message-ID: 85c01814-e97b-7930-9499-d5d975620bea@postgresdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

hi, all

patch attached,please review.

support the type BIT/BIT VARYING
1. calculate column length correctly.
2. reverse type name correctly

it cause SQLColAttribute can not get
SQL_DESC_BASE_COLUMN_NAME/SQL_DESC_TYPE_NAME.

--
Quan Zongliang

Attachment Content-Type Size
bittype.patch text/plain 1.8 KB

Browse pgsql-odbc by date

  From Date Subject
Next Message Walter Willmertinger 2018-11-20 13:29:59 Error using odbc 11.00.0000
Previous Message Jürgen E. Fischer 2018-11-18 10:46:48 Re: psqlODBC 11.00.0000 Released