Message-ID: From: "df7cb (@df7cb)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 16 Jun 2025 12:21:14 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #130: Fix GetDescRec on big-endian architectures List-Id: X-GitHub-Author-Id: 1021828 X-GitHub-Author-Login: df7cb X-GitHub-Issue: 130 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/130 Content-Type: text/plain; charset=utf-8 IRDGetField is treating its arguments as SQLINTEGER, but we were passing SQLSMALLINT to it. Fixes the 2nd half of #51.