Skip to content

pyodbc - error in rowIdColumns cursor call - Sql Server ODBC 18 driver #1421

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

Open
Sandman-76 opened this issue Apr 18, 2025 · 0 comments
Open

Comments

@Sandman-76
Copy link

A call to cursor.rowIdColumns('table_name', None, None, False):
passes an empty table name string into the stored proc call on sql server, this doesn't change if I explicitly set the catalog and schema columns

See below exert from the stored proc call in Sql Server profiler:

exec [sys].sp_special_columns_100 N'+',NULL,NULL,N'R',N'T',N'O',@ODBCVer=3

I have no issues with other cursor calls

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

1 participant