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

table names that are reserved words in c# are not @escaped #101

Closed
wesj1s opened this issue Dec 14, 2023 · 0 comments · Fixed by #105
Closed

table names that are reserved words in c# are not @escaped #101

wesj1s opened this issue Dec 14, 2023 · 0 comments · Fixed by #105
Milestone

Comments

@wesj1s
Copy link

wesj1s commented Dec 14, 2023

We have a table named "event". When this table is queried, the query expression fails because event is a reserved word. Reserved words need to be escaped with the @ symbol (ie, @event) to work around this issue.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants