We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Escape sequences are typically used by tools to invoke functions or pass in date/time in a common format.
Which is pretty important for interoperability purposes.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-search-aggs
Sorry, something went wrong.
SQL: Support for escape sequences
0553afb
Enhance grammar to allow JDBC/ODBC escape sequences, namely - date, time and timestamp {d ''}, {t ''} and {ts ''} - guid {guid ''} - LIKE escape {escape ''} - scalar function {fn } Fix elastic#31883
SQL: Support for escape sequences (#31884)
dc633e0
Enhance grammar to allow JDBC/ODBC escape sequences, namely - date, time and timestamp {d ''}, {t ''} and {ts ''} - guid {guid ''} - LIKE escape {escape ''} - scalar function {fn } Fix #31883
4214375
Enhance grammar to allow JDBC/ODBC escape sequences, namely - date, time and timestamp {d ''}, {t ''} and {ts ''} - guid {guid ''} - LIKE escape {escape ''} - scalar function {fn } Fix #31883 (cherry picked from commit dc633e0)
costin
No branches or pull requests
Escape sequences are typically used by tools to invoke functions or pass in date/time in a common format.
Which is pretty important for interoperability purposes.
The text was updated successfully, but these errors were encountered: