Skip to content

mysql is incorrectly configured to handle ANSI SQL square brackets #11

@mark-butterworth-lookinglocal

Description

running a query like http://serviceUrl?$filter=column%20eq%20value
and using createFilter with type 2 (SQLLang.MySql) results in the filter [column] = ?
This is valid for MSSQL but not MySql forcing me to use a global regex replace from square brackets to backticks in order for the query to succeed.

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