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