COLUMN_SIZE for bytea now equals -4 (09.05 vs 09.06)

From: Mateusz Loskot <mateusz(at)loskot(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: COLUMN_SIZE for bytea now equals -4 (09.05 vs 09.06)
Date: 2017-03-28 12:37:14
Message-ID: CABUeae9TP1500h6OTkabGuXZSAPjTrwWb+V47ixrGY7BcFdDtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I noticed Ubuntu 12.04 package odbc-postgresql updated
from 09.05.0400 to 09.06.0200.

Since then, a 'bytea` column info obtained with SQLColumns
no longer reports COLUMN_SIZE larger than 0, but equal to -4.
AFAIU, -4 means SQL_NO_TOTAL.

Which change in the release notes corresponds to that?
https://odbc.postgresql.org/docs/release.html

Is it this one?

18. Change the default of ByteaAsLongVarBinary from 0 to 1

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2017-03-28 14:30:24 Re: COLUMN_SIZE for bytea now equals -4 (09.05 vs 09.06)
Previous Message Hiroshi Saito 2017-03-10 15:30:21 psqlODBC 09.06.0200 Released