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: Improve type mappings #24

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Types: Improve type mappings #24

wants to merge 1 commit into from

Commits on Jun 25, 2024

  1. Types: Improve type mappings

    - Consequently use upper-case type definitions from `sqlalchemy.types`
    - Add `timestamp without time zone` types (scalar and array)
    - On SQLAlchemy 2, map `real` and `double{_precision}` types to the
      newly introduced `sqltypes.{DOUBLE,DOUBLE_PRECISION}` types
    
    All of this is intended to improve reverse type lookups / reflections.
    amotl committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a63ce6e View commit details
    Browse the repository at this point in the history