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: Implement CURRENT_DATE #38175

Merged
merged 6 commits into from
Feb 5, 2019
Merged

SQL: Implement CURRENT_DATE #38175

merged 6 commits into from
Feb 5, 2019

Commits on Feb 2, 2019

  1. SQL: Implement CURRENT_DATE

    Since DATE data type is now available, this implements the
    `CURRENT_DATE/CURRENT_DATE()/TODAY()` similar to `CURRENT_TIMESTAMP`.
    
    Closes: elastic#38160
    matriv committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    abf331e View commit details
    Browse the repository at this point in the history
  2. Address comments

    matriv committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    26cca18 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Address comments

    matriv committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    66a5335 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. address comment

    matriv committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    f5e2347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd86558 View commit details
    Browse the repository at this point in the history
  3. Fix code after merge

    matriv committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    480ccd6 View commit details
    Browse the repository at this point in the history