DataType bytea Precision returning a negative value

From: Abhishek Kumar <abhishek(dot)aak0(at)gmail(dot)com>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: DataType bytea Precision returning a negative value
Date: 2024-07-11 08:56:03
Message-ID: CAAyULEAJTBLJxHvDjU8x0VivME61N-52Nt+Z9R4B+ZQXYq0BUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

When we query the psqlodbc driver to get the column information of the
table(via SQLColumns), we get a precision value of -4 for bytea column. Is
this expected to happen? If yes, what does this value mean for a bytea
column. If no, then what is the correct expected behavior?

Regards,
Abhishek Kumar

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2024-07-11 12:06:06 Re: Which version of psqlODBC should I install?
Previous Message Abhishek Kumar 2024-07-11 05:18:52 Query regarding Bind data type, precision, scale while using psqlodbc