-
-
Notifications
You must be signed in to change notification settings - Fork 759
fastapi sqlmodel Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 Not seeing expected type errors that tutorial documentation says should exist in VSCode. Am I missing a configuration?
questionFurther information is requested -
You must be logged in to vote 🙏 No autocomplete when creating new instances
questionFurther information is requested -
You must be logged in to vote 🙏 Type "int | None" is not assignable to type "_ColumnExpressionArgument[Any] | _StarOrOne | None"
questionFurther information is requested -
You must be logged in to vote 🙏 how to set the table_name manually instead of generating from class name?
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel JSON schema missing relationship fields
questionFurther information is requested -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 how to exec sql directly
questionFurther information is requested -
You must be logged in to vote 🙏 Models with Optional fields raise TypeError: issubclass() arg 1 must be a class
questionFurther information is requested -
You must be logged in to vote 🙏 Auto updating columns don't work with SQLModel docs on updates
questionFurther information is requested -
You must be logged in to vote 🙏 With Relationship field filled but empty foreign_key validate raise ValidationError
questionFurther information is requested -
You must be logged in to vote 🙏 How sqlmodel implements the same functionality as SerializerMethodField in DRF?
questionFurther information is requested -
You must be logged in to vote 🙏 Link to "in development standards" on doc site is broken
questionFurther information is requested -
You must be logged in to vote 🙏 How to implement a junction/association table with multiple relationships
questionFurther information is requested -
You must be logged in to vote 🙏 Type of "Field" is partially unknown
questionFurther information is requested -
You must be logged in to vote 🙏 Object has no attribute __pydantic_private__
questionFurther information is requested -
You must be logged in to vote 🙏 filter on computed field
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel unknown type as prop on BaseModel
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel + Pydantic v1 vs SQLModel + Pydantic v2 - different assignment behaviour
questionFurther information is requested -
You must be logged in to vote 🙏 model_validate problem on Optional attribute using Field()
questionFurther information is requested -
You must be logged in to vote 🙏 Quering views returns bad data
questionFurther information is requested -
You must be logged in to vote 🙏 Pyright type errors when using SQLModel models as attributes in other pydantic classes or dataclasses
questionFurther information is requested -
You must be logged in to vote 🙏 Session.exec does not pass mypy type-checking when passing delete statement
questionFurther information is requested -
You must be logged in to vote 🙏 Deserialization of nested SQLModel(s) not working when 'table=True'
questionFurther information is requested -
You must be logged in to vote 🙏 Passing
questionschema_extra
to Field has changed in Pydantic 2.0 but not in SQLModel.Further information is requested