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

Postgres date-time types #2890

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 17, 2024

  1. Initial commit (untested) of Postgres date-time types

    Signed-off-by: itowlson <[email protected]>
    itowlson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e14e1e4 View commit details
    Browse the repository at this point in the history
  2. Separate rdbms-types interface no longer seemed useful

    Signed-off-by: itowlson <[email protected]>
    itowlson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5b0a9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8e9b6f View commit details
    Browse the repository at this point in the history
  4. Test for Postgres date-time types

    Signed-off-by: itowlson <[email protected]>
    itowlson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b17f132 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Test Postgres more round-trippily

    Signed-off-by: itowlson <[email protected]>
    itowlson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    940387f View commit details
    Browse the repository at this point in the history
  2. Fix missing conversions

    Signed-off-by: itowlson <[email protected]>
    itowlson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    594892e View commit details
    Browse the repository at this point in the history