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: Make parsing of date more lenient #52137

Merged
merged 6 commits into from Feb 10, 2020
Merged

Commits on Feb 10, 2020

  1. SQL: Make parsing of date more lenient

    Make the parsing of date more lenient
     - as an escaped literal: `{d '2020-02-10[[T| ]10:20[:30][.123456789][tz]]'}`
     - cast a string to a date: `CAST(2020-02-10[[T| ]10:20[:30][.123456789][tz]]' AS DATE)`
    
    Closes: elastic#49379
    matriv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    32850d4 View commit details
    Browse the repository at this point in the history
  2. Address comments

    matriv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    381741f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6ef0b View commit details
    Browse the repository at this point in the history
  4. address comments

    matriv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    89bf5e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7241b91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62f5919 View commit details
    Browse the repository at this point in the history