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

The SqlServerSave operation fails due to the absence of square brackets around the column names. #488

Open
Imran-imtiaz48 opened this issue Jul 8, 2024 · 1 comment

Comments

@Imran-imtiaz48
Copy link

I'm having trouble with SqlServerSave because it seems to fail internally due to not enclosing each property or column name in square brackets. I have a column named "Key," which is a reserved keyword in SQL Server and needs to be enclosed in brackets (i.e., [Key]). Without these brackets, the generated SQL statement fails.

@paillave
Copy link
Owner

could you send me the call stack? because it seems to me that brackets are everywhere

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

2 participants