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

Possibility to change default Pydantic to SQLAlchemy mappings #800

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

Commits on Feb 5, 2024

  1. Created "SQLAlchemy to python type" map to provide possibilyty to cha…

    …nge default mapping.
    
    Created PydanticJSONType to store Pydantic models as Json
    sambadi committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    33e0e6c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 14, 2024

  1. Redefined __eq__ method for pydantic V2 mode

    See discussion fastapi#761
    sambadi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    728d5b7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/sa_model_type_mapping' i…

    …nto feature/sa_model_type_mapping
    sambadi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fb58b86 View commit details
    Browse the repository at this point in the history