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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: