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

Types: Unlock supporting timezone-aware DateTime fields #22

Merged
merged 4 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Types: Unlock supporting timezone-aware DateTime fields

    Co-authored-by: Marios Trivyzas <[email protected]>
    amotl and matriv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6d5821d View commit details
    Browse the repository at this point in the history
  2. DateTime and more: Use CrateDB's DateTime

    ... instead of `sa.DateTime` and `sa.TIMESTAMP`. Introduce
    `visit_TIMESTAMP` from PGTypeCompiler to render SQL DDL clauses like
    `TIMESTAMP WITH|WITHOUT TIME ZONE`.
    amotl committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfddf42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    619c991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    145f701 View commit details
    Browse the repository at this point in the history