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
If I run "turbo_cursor.execute" with a query where the column name contains a special character (e.g. SELECT [Bokføringsdato] FROM my_table) it appears to error out "Invalid column name".
DatabaseError: ODBC error
state: 42S22
native error code: 207
message: [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'Bokføringsdato'.
Please let me know if you need further details.
The text was updated successfully, but these errors were encountered:
If I run "turbo_cursor.execute" with a query where the column name contains a special character (e.g. SELECT [Bokføringsdato] FROM my_table) it appears to error out "Invalid column name".
DatabaseError: ODBC error
state: 42S22
native error code: 207
message: [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name 'Bokføringsdato'.
Please let me know if you need further details.
The text was updated successfully, but these errors were encountered: