Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLSpecialColumns not working as expected in the shared standalone #92

Open
abhi-555 opened this issue Feb 18, 2025 · 4 comments
Open

Comments

@abhi-555
Copy link

After using the fix provided in #79

I am still receiving zero rows upon running SQLSpecialColumns in the given test case in the shared standalone.

Can you please run the test case in the standalone SQLSpecialColumns.zip and confirm if this is working for you?

Test case
CREATE TABLE test_special( id integer, ival integer);
CREATE UNIQUE index test_special_id on public.test_special(id);
CREATE UNIQUE index test_special_ui on public.test_special(ival);

@davecramer
Copy link
Contributor

Yes, can confirm that it does not work. I'm at odds as the test case does work. Looking into it.
Dave

@abhi-555
Copy link
Author

Can you please provide any updates on this?

@davecramer
Copy link
Contributor

Hi,

I'm stuck trying to debug this. It works fine in the test cases for ODBC, however in a standalone program it doesn't.

I'm still working on it.

@davecramer
Copy link
Contributor

@abhi-555 I just merged a PR that should fix this. Please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants