Message-ID: From: "Hunaid2000 (@Hunaid2000)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 23 May 2024 10:12:38 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #23: Implementation of SQLSetDescRec & SQLGetDescRec functions List-Id: X-GitHub-Author-Id: 76044242 X-GitHub-Author-Login: Hunaid2000 X-GitHub-Issue: 23 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/23 Content-Type: text/plain; charset=utf-8 Resolves #21. - Completed implementation of `SQLSetDescRec` function. - Fixed `SQL_DESC_PRECISION` field in `IPDSetField` & `IPDGetField` functions. - Added support for following fields for bookmark column in `ARDSetField` . - SQL_DESC_TYPE - SQL_DESC_DATETIME_INTERVAL_CODE - SQL_DESC_OCTET_LENGTH - SQL_DESC_PRECISION - SQL_DESC_SCALE **Note:** I am now working on `SQLGetDescRec` implementation.