Hi all, We are using PostgreSQL libpq in our application. The code worked fine for the past four years, but after upgrading the library, the function
PQftype is returning unexpected values for some columns. Specifically, the issue occurs with a column of type timestamp(3) without time zone.
What could be causing this change, and how can we resolve it?"
|