Skip to content

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

@Sandman-76

Description

@Sandman-76

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions