Skip to content

Correct MSSQL quoting #103

Description

@Al2Klimov

IIRC, you're replacing literal [ in [mssql_identifiers] with [[].

Not only this seems unnecessary: https://learn.microsoft.com/en-us/sql/relational-databases/databases/database-identifiers?view=sql-server-ver17#bracket-delimited-identifiers

But what do you do with literal ] in identifiers?

IMAO we should just replace ] with ]] and that's it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions