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

SQL: Extend grammar to support JDBC/ODBC escape sequences #31883

Closed
costin opened this issue Jul 8, 2018 · 1 comment
Closed

SQL: Extend grammar to support JDBC/ODBC escape sequences #31883

costin opened this issue Jul 8, 2018 · 1 comment

Comments

@costin
Copy link
Member

costin commented Jul 8, 2018

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.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

costin added a commit to costin/elasticsearch that referenced this issue Jul 8, 2018
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
costin added a commit that referenced this issue Jul 11, 2018
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
costin added a commit that referenced this issue Jul 11, 2018
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)
@jimczi jimczi added v7.0.0-beta1 and removed v7.0.0 labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants