BUG #17115: psqlODBC Unicode(x64) driver treats a boolean field as text

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: mike(dot)lawrence(at)dell(dot)com
Subject: BUG #17115: psqlODBC Unicode(x64) driver treats a boolean field as text
Date: 2021-07-20 19:34:05
Message-ID: 17115-9d192f0d1ce5611c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17115
Logged by: Mike Lawrence
Email address: mike(dot)lawrence(at)dell(dot)com
PostgreSQL version: 13.3
Operating system: Windows 10 1909
Description:

When I use the psqlODBC Unicode(x64) driver for importing data into Power
BI, all three of my Boolean fields are incorrectly identified as type Text.
I am using Unicode because of differing code pages and the inability to
translate between them with the ANSI(x64) driver. This does not happen when
I have a direct connection in Power BI with a copy of the database, as it
correctly identifies the field as Boolean.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrey Borodin 2021-07-20 19:38:25 Re: CREATE INDEX CONCURRENTLY does not index prepared xact's data
Previous Message Andrey Borodin 2021-07-20 19:25:29 Re: CREATE INDEX CONCURRENTLY does not index prepared xact's data