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

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

Open
mark-butterworth-lookinglocal opened this issue Oct 16, 2023 · 0 comments

Comments

@mark-butterworth-lookinglocal

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.

@mark-butterworth-lookinglocal mark-butterworth-lookinglocal changed the title mysql is incorrectly confirgured to handle ANSI SQL square brackets mysql is incorrectly configured to handle ANSI SQL square brackets Oct 16, 2023
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

1 participant