PB 2019 Build 2082 using PostgreSQL 10.8
We have a problem reading values from column that is text data type with a length over 32768 characters. If the length of text is bigger we get only first 32768 characters
We configure ODBC for database connection like in the figure below. We tested the behavior of the ODBC driver when we changed the value of MaxLongVarChar propertie. If we fill it with the value less then 32768, select from text column give us that number of characters, but if we fill with the bigger value we still get only first 32768 characters.