Message-ID: From: "abhi-555 (@abhi-555)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 23 Jan 2025 12:53:38 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #79: SQLSpecialColumns ODBC API does not return Columns part of UNIQUE INDEX on YugaByteDB In-Reply-To: References: List-Id: X-GitHub-Author-Login: abhi-555 X-GitHub-Comment-Id: 2609736846 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 79 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/79#issuecomment-2609736846 Content-Type: text/plain; charset=utf-8 Hi Dave, The test case that you have is not correct. We need a fix for the case where the table should necessarily not have a primary key but unique indexes(can be one or multiple). Can you please check this case? Regards, Abhishek