Skip to content

SQL: Implement CURRENT_DATE function #38160

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

Closed
matriv opened this issue Feb 1, 2019 · 2 comments
Closed

SQL: Implement CURRENT_DATE function #38160

matriv opened this issue Feb 1, 2019 · 2 comments

Comments

@matriv
Copy link
Contributor

matriv commented Feb 1, 2019

Now that SQL DATE type is available implement CURRENT_DATE similar to CURRENT_TIMESTAMP and add its aliases CURDATE AND TODAY.

Part of #37927

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

matriv added a commit to matriv/elasticsearch that referenced this issue Feb 2, 2019
Since DATE data type is now available, this implements the
`CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`.

Closes: elastic#38160
matriv added a commit that referenced this issue Feb 5, 2019
Since DATE data type is now available, this implements the
`CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`.

Closes: #38160
matriv added a commit that referenced this issue Feb 5, 2019
Since DATE data type is now available, this implements the
`CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`.

Closes: #38160
@matriv
Copy link
Contributor Author

matriv commented Feb 5, 2019

/cc @bpintea merged to master and 6.x

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

2 participants