You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: