Skip to content

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

@Imran-imtiaz48

Description

@Imran-imtiaz48

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions