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

Configure default timezone #449

Merged
merged 26 commits into from
Sep 29, 2021
Merged

Configure default timezone #449

merged 26 commits into from
Sep 29, 2021

Commits on Sep 22, 2021

  1. Changed adding default timezone offset to TIME WITH TIME ZONE from pa…

    …rsing phase to evaluating phase.
    lziq committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    38f01c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Remove unnecessary files

    lziq committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ea06c69 View commit details
    Browse the repository at this point in the history
  2. Modified comments

    lziq committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9728308 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Fix issue 410

    lziq committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    49d23b1 View commit details
    Browse the repository at this point in the history
  2. Fix issue 410

    lziq committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b86a559 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    82147af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab08fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bd6c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a407439 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fe1b27 View commit details
    Browse the repository at this point in the history
  6. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    27e167d View commit details
    Browse the repository at this point in the history
  7. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5297a5e View commit details
    Browse the repository at this point in the history
  8. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d5bfa8b View commit details
    Browse the repository at this point in the history
  9. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6580491 View commit details
    Browse the repository at this point in the history
  10. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    0e5d497 View commit details
    Browse the repository at this point in the history
  11. Changed code style

    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    fb754b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    572acc8 View commit details
    Browse the repository at this point in the history
  13. Changed new field type from Environment to EvaluationSession for `Exp…

    …rValue.cast` method.
    lziq committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    27101f4 View commit details
    Browse the repository at this point in the history
  14. Update lang/test/org/partiql/lang/eval/EvaluatingCompilerCastTest.kt

    Co-authored-by: Alan Cai <caialan@amazon.com>
    lziq and alancai98 authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3353c93 View commit details
    Browse the repository at this point in the history
  15. Update lang/test/org/partiql/lang/eval/EvaluatingCompilerDateTimeTest…

    …s.kt
    
    Co-authored-by: Alan Cai <caialan@amazon.com>
    lziq and alancai98 authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5882c2e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Removed unused package import

    lziq committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9748e44 View commit details
    Browse the repository at this point in the history
  2. Provided kdoc for defaultTimezoneOffset in EvaluationSession and …

    …`session` in `ExprValue.cast`.
    lziq committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ff122ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    919f725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba59139 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f92ee58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7ee8bf View commit details
    Browse the repository at this point in the history