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

correct mapping for postgres timestamptz type to sql type TIMESTAMP_W… #2715

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2024

  1. correct mapping for postgres timestamptz type to sql type TIMESTAMP_W…

    …ITH_TIMEZONE and not to TIMESTAMP
    Jano authored and davecramer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    18f9dad View commit details
    Browse the repository at this point in the history
  2. correct mapping for postgres timetz type to sql type TIME_WITH_TIMEZO…

    …NE and not to TIME
    Jano authored and davecramer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8f1b3e5 View commit details
    Browse the repository at this point in the history
  3. make mapping PG timezone types into SQL timezone types configurable v…

    …ia connection properties
    Jano authored and davecramer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e14ae76 View commit details
    Browse the repository at this point in the history
  4. fix code style

    Jano authored and davecramer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    85524b1 View commit details
    Browse the repository at this point in the history
  5. fix tests

    davecramer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b568702 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix checker errors

    davecramer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dfcd800 View commit details
    Browse the repository at this point in the history
  2. fix style errors

    davecramer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    555674f View commit details
    Browse the repository at this point in the history
  3. fix style errors

    davecramer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    953b3d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    34633bc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0e88656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5c7e2 View commit details
    Browse the repository at this point in the history