Message-ID: From: "raddakal (@raddakal)" To: "postgresql-interfaces/psqlodbc" Date: Tue, 18 Mar 2025 13:54:23 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #98: SELECT of a PostgreSQL CHAR/VARCHAR/TEXT Column Using multiple calls SQLGetData results in data truncation (last byte) In-Reply-To: References: List-Id: X-GitHub-Author-Login: raddakal X-GitHub-Comment-Id: 2733341815 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 98 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/98#issuecomment-2733341815 Content-Type: text/plain; charset=utf-8 The same issue is seen with CHAR and VARCHAR type columns as well, along with the TEXT type column. The BYTEA type column does not have this issue.