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

SqlServerSave fails because column names are not enclosed in square brackets #479

Open
pm7y opened this issue Dec 12, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@pm7y
Copy link
Contributor

pm7y commented Dec 12, 2023

Hi, I am attempting to use SqlServerSave however it fails for me because I believe internally it is not enclosing each property/column name in square brackets. I have a column called "Key" which is also a special sql server keyword which must be enclosed in brackets (i.e. [Key]) otherwise the generated sql statement fails.

@paillave
Copy link
Owner

will be corrected in an upcoming release that will contain lot of bug fixes

@paillave paillave self-assigned this Feb 13, 2024
@paillave paillave added the bug Something isn't working label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants