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 datetime limits #379

Merged
merged 37 commits into from
Dec 7, 2023
Merged

Fix datetime limits #379

merged 37 commits into from
Dec 7, 2023

Commits on Nov 17, 2023

  1. Added test case to test datatypes replication when clickhouse server …

    …is set in a different time zone
    subkanthi committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f55a348 View commit details
    Browse the repository at this point in the history
  2. Removed postgres.yml.OLD

    subkanthi committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    534c06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f47a23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a898275 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Converted logic of converting datetime, added function to retrieve cl…

    …ickhouse server timezone
    subkanthi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    01de83f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…

    …or into fix_datetime_limits
    subkanthi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    63e2223 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_datetime_limits' of github.com:Altinity/clickhouse-…

    …sink-connector into fix_datetime_limits
    subkanthi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ede79d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    7f4ed11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ab85d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_datetime_limits' of github.com:Altinity/clickhouse-…

    …sink-connector into fix_datetime_limits
    subkanthi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    aedf70d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    492f007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63bb852 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    db76a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7199e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ecc4061 View commit details
    Browse the repository at this point in the history
  2. Fixed integration tests for datetime, added logic to include primary …

    …key when DDL has partitions
    subkanthi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    16e4655 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fixed logic of retrieving precision from CREATE DDL and mapping it to…

    … DateTime64 with precision, Fixed DATETIME(0/1/2/3) conversion to include milliseconds
    subkanthi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0ebaae9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…

    …or into fix_datetime_limits
    subkanthi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    30e8553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a00c7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…

    …or into fix_datetime_limits
    subkanthi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1a5cf29 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    867ca00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bbd0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8b2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc397ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce6995b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

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

Commits on Dec 4, 2023

  1. Updated JDK to 17 and fixed google guice requirements for JDK 17, Add…

    …ed logic to skip replication on startup based on config variable
    subkanthi committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4ce61ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710e650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd215d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4ae914 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddfbc7c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    9092cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c1d490 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    e498af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad4813 View commit details
    Browse the repository at this point in the history