- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 701
fastapi sqlmodel Discussions
Pinned Discussions
Sort by:
Date created
Categories, most helpful, and community links
Categories
Most helpful
Last 30 days
Community links
Discussions
-
You must be logged in to vote 🙏 How to map query results to objects?
questionFurther information is requested -
You must be logged in to vote 🙏 Align
questionField.default_factory
semantics with pydantic to acomodate for already validated fieldsFurther information is requested -
You must be logged in to vote 🙏 TypeAdapter doesn't work with inheritance
questionFurther information is requested -
You must be logged in to vote 🙏 How can I use "select for update" with sqlmodel?
questionFurther information is requested -
You must be logged in to vote 🙏 ValueError: <class 'dict'> has no matching SQLAlchemy type
questionFurther information is requested -
You must be logged in to vote 🙏 Subclass identification error on a one to one relationship.
questionFurther information is requested -
You must be logged in to vote 🙏 Better support for JSON columns
questionFurther information is requested -
You must be logged in to vote 🙏 The Field regex attribute was renamed pattern in pydantic v2
questionFurther information is requested -
You must be logged in to vote 🙏 table=True,validation not work !
questionFurther information is requested -
You must be logged in to vote 🙏 model_validate_json uses dict for property instead of Pydantic model type
questionFurther information is requested -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 SQLAlchemy/SQLModel Relationship Error: sqlalchemy.exc.InvalidRequestError: Mapper 'Mapper[Users(users)]' has no property 'user'
questionFurther information is requested -
You must be logged in to vote 🙏 Add support to generate models as part of openapi generator
questionFurther information is requested -
You must be logged in to vote 🙏 Why is Session#query deprecated?
questionFurther information is requested -
You must be logged in to vote 🙏 Splitting sqlmodel example code in multiple files results in
questionPydanticUserError
Further information is requested -
You must be logged in to vote 🙏 May I add an extra overload for the
questionselect
function, for 5 arguments, or is there a reason for this limit?Further information is requested -
You must be logged in to vote 🙌 -
You must be logged in to vote 🙏 sqlmodel doesn't merge the fields in
questionAnnotated[SomeType, Field(...), Field(...)]
(but pydantic does)Further information is requested -
You must be logged in to vote 🙏 Best practice on generating primary keys with table name based prefix?
questionFurther information is requested -
You must be logged in to vote 🙏 Update tutorials for depreciated startup event
questionFurther information is requested -
You must be logged in to vote 🙏 To validate that the parameter types are instances of sqlalchemy.sql.sqltypes
questionFurther information is requested -
You must be logged in to vote 🙏 Insert twice with and without PK raises Duplicate primary key violates unique constraint
questionFurther information is requested -
You must be logged in to vote 🙏 Foreign Key sometimes not properly work
questionFurther information is requested -
You must be logged in to vote 🙏 Arg regex in Field Class not work, and Type Literal not supported
questionFurther information is requested -
You must be logged in to vote 🙏 When I use 'await session.commit()', the field content of my instance has become an error
questionFurther information is requested