Message-ID: From: "abhi-555 (@abhi-555)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 09 Jan 2025 17:16:12 +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: 2580853580 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-2580853580 Content-Type: text/plain; charset=utf-8 Hi Dave, I work with @raddakal. I have tested the fix. It does not seem to be working. I have defined a unique index on the table and still SQLSpecialColumn does not return any value. Attaching the ODBC trace log and the DDL used DDLs create table public.test_col (id integer, name varchar(25)); create UNIQUE INDEX test_index ON public.test_col (name); [REPL_odbctrace_1497393_01.log.zip](https://github.com/user-attachments/files/18364910/REPL_odbctrace_1497393_01.log.zip)