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

fix(sql_lab): Add custom timestamp type for literal casting for presto timestamps #13082

Merged
merged 16 commits into from
Apr 20, 2022

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    d0d9424 View commit details
    Browse the repository at this point in the history
  2. Remove typo in comment

    Kenny Kwan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    30dc769 View commit details
    Browse the repository at this point in the history
  3. Use process_bind_params as in sqla docs

    Kenny Kwan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    72237b3 View commit details
    Browse the repository at this point in the history
  4. Uncommit local superset config

    Kenny Kwan committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8b41dba View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Add DATE literal casting

    Kenny Kwan committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    593b821 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors and change var name

    Kenny Kwan committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    91fc846 View commit details
    Browse the repository at this point in the history
  3. Get rid of col_type and whitespace

    Kenny Kwan committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    626a723 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Fix linting

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a7f0940 View commit details
    Browse the repository at this point in the history
  2. Fix arg type

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    c206354 View commit details
    Browse the repository at this point in the history
  3. Fix isort lint error

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2feb219 View commit details
    Browse the repository at this point in the history
  4. ran black and isort locally..

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    862478e View commit details
    Browse the repository at this point in the history
  5. accidentally removed EOF

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7d1e104 View commit details
    Browse the repository at this point in the history
  6. Dont need eof

    Kenny Kwan committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6c69f95 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Use newer string formatting style from comments

    Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
    kekwan and john-bodley committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1a0614f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Trigger notification

    john-bodley committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5dee4c7 View commit details
    Browse the repository at this point in the history
  2. Trigger notification

    john-bodley committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a06038b View commit details
    Browse the repository at this point in the history