Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels