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

Support alternate formats for unparsing datetime to timestamp and interval #11466

Merged

Commits on Jul 15, 2024

  1. Unparser rule for datatime cast (#10)

    * use timestamp as the identifier for date64
    
    * rename
    
    * implement CustomDialectBuilder
    
    * fix
    y-f-u committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    79f97a4 View commit details
    Browse the repository at this point in the history
  2. dialect with interval style (#11)

    ---------
    
    Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
    y-f-u and phillipleblanc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d8f2698 View commit details
    Browse the repository at this point in the history
  3. fmt

    y-f-u committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3174318 View commit details
    Browse the repository at this point in the history
  4. clippy

    y-f-u committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    aa984a4 View commit details
    Browse the repository at this point in the history
  5. doc

    y-f-u committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3c9a282 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update datafusion/sql/src/unparser/expr.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    y-f-u and alamb authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f5de9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e532938 View commit details
    Browse the repository at this point in the history
  3. fix doc test

    y-f-u committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    22afc29 View commit details
    Browse the repository at this point in the history