Skip to content
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

Column names with special characters erroring out on execute #349

Open
jboscolo opened this issue Mar 21, 2022 · 0 comments
Open

Column names with special characters erroring out on execute #349

jboscolo opened this issue Mar 21, 2022 · 0 comments

Comments

@jboscolo
Copy link

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.

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