-
-
Notifications
You must be signed in to change notification settings - Fork 664
fastapi sqlmodel Discussions
Pinned Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
You must be logged in to vote 🙏 SQLModel Relationships not present in Pydantic model_dump
questionFurther information is requested -
You must be logged in to vote 🙏 Typing a column as
question: Optional[Decimal]
fails with "ValueError: Unknown constraint max_digits"Further information is requested -
You must be logged in to vote 🙏 date / datetime handling inconsistency between pydantic BaseModel and SQLModel with table=True
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel does not support deferred column loading
questionFurther information is requested -
You must be logged in to vote 🙌 -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 Can't Allow Extra Fields in SQLModel using Pydantic's
questionextra="allow"
optionFurther information is requested -
You must be logged in to vote 🙏 Adding table=True disables type coercion
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 🙏 Deserialization of nested SQLModel(s) not working when 'table=True'
questionFurther information is requested -
You must be logged in to vote 🙏 Error initializing relations in mapper when compiled with Cython
questionFurther information is requested -
You must be logged in to vote 🙏 Is there an intersphinx compatible inventory of the documentation ?
questionFurther information is requested -
You must be logged in to vote 🙏 ImportError: DLL load failed while importing _psycopg: The specified module could not be found (Postgres17 and create_engine)
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel with type statement + Annotated field results in "TypeError: issubclass() arg 1 must be a class"
questionFurther information is requested -
You must be logged in to vote 🙏 Best way to add nested model with relationship in Create
questionFurther information is requested -
You must be logged in to vote 🙏 Add dates of releases to release notes?
questionFurther information is requested -
You must be logged in to vote 🙏 Adapting SqlAlchemy Automap to get declarative SQLModel classes and the fitting Pydantic validation
questionFurther information is requested -
You must be logged in to vote 🙏 Why is my foreign key always None?
questionFurther information is requested -
You must be logged in to vote 🙏 I'm wondering if this is how fields like max_length should work
questionFurther information is requested -
You must be logged in to vote 🙏 UnmappedColumnError when using mapped_args and version_id_col for optimistic concurrency control
questionFurther information is requested -
You must be logged in to vote 🙏 Primary key error when using sa_column=mapped_column
questionFurther information is requested -
You must be logged in to vote 🙏 Relationship problem "When initializing mapper"
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel seems to disable @model_validator when initialized with table=true
questionFurther information is requested -
You must be logged in to vote 🙏 Getting "Column object 'editable_by' already assigned to Table 'mytable'" when I update lasted version of sqlmodel (0.0.14)
questionFurther information is requested -
You must be logged in to vote 🙏 How can I add a property to a SQL Model that is not a SQLAlchemy field?
questionFurther information is requested