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

Use zoned time when parse string #341

Closed

Commits on Oct 24, 2023

  1. Get last element as a table name from a topic name

    It would be better if it didn't depend on the hard-coded <server>.<database>.<table> template
    IlyaTsoi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e8cef17 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. I suggest to use ZonedDateTime instead of LocalDateTime. So we can pa…

    …rse a time_string with an offset marker e.g. +03:00, -0130, Z.
    
    Also we can handle an exception when a dateTime string has invalid year e.g. in MSSQL "0000-00-01 00:00:00". Zero year value is invalid in java.
    Илья Захаров (ilia.zakharov) committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    035a9d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Added tests, small fixes

    Илья Захаров (ilia.zakharov) committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    592c2e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Revert "Get last element as a table name from a topic name"

    This reverts commit e8cef17.
    IlyaTsoi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6e2b139 View commit details
    Browse the repository at this point in the history
  2. Corrected typo

    IlyaTsoi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2c83aac View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 11, 2023

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