Message-ID: From: "Hunaid2000 (@Hunaid2000)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 29 May 2024 09:11:51 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] PR #23: Implementation of SQLSetDescRec & SQLGetDescRec functions In-Reply-To: References: List-Id: X-GitHub-Author-Login: Hunaid2000 X-GitHub-Comment-Id: 2136928633 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 23 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/23#issuecomment-2136928633 Content-Type: text/plain; charset=utf-8 Implementation for both functions is completed. Other changes: - Handled SQL_NO_DATA case in GetField functions - Handled 01004 SQLSTATE in GetField functions - Added support for SQL_DESC_NAME & SQL_DESC_NULLABLE in IPDGetField function