-
-
Notifications
You must be signed in to change notification settings - Fork 687
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 🙏 Auto updating columns don't work with SQLModel docs on updates
questionFurther 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 🙏 Add validation in SQLModel.sqlmodel_update
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 -
You must be logged in to vote 🙏 Slow performance compared to sqlalchemy using sqlmodel for performing group_by operation on a large table
questionFurther information is requested -
You must be logged in to vote 🙏 How to inherit Class with ‘sa_column’ in a proper way?
questionFurther information is requested -
You must be logged in to vote 🙏 Potential Bug in handling of
questionStrEnum
vs.Enum
Further information is requested -
You must be logged in to vote 🙏 Case sensitive (binary) search on MySQL?
questionFurther information is requested -
You must be logged in to vote 🙏 Typing errors when using
questionsa_type
and "specific" SQLAlchemy typesFurther information is requested -
You must be logged in to vote 🙏 Is it possible to make a field of type JSON
questionFurther information is requested -
You must be logged in to vote 🙏 Declarative Static Data to be Created on Function Call
questionFurther information is requested -
You must be logged in to vote 🙏 Masking/Hashing/Encoding Database ID's
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 🙏 SQLModel Relationships not present in Pydantic model_dump
questionFurther information is requested -
You must be logged in to vote 🙏 Possible to rollback session if a transaction fail
questionFurther information is requested -
You must be logged in to vote 🙏 SQLModel maps Decimal to DECIMAL(10,0) in MySQL instead of respecting decimal_places
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 🙏 (str, Enum)
fields are no longer (automatically) treated as strings in SQLFurther information is requested -
You must be logged in to vote 🙏 Creating a column to store binary data (Buffer, Byte Array or BLOB)
questionFurther information is requested -
You must be logged in to vote 🙏 Document small breaking change in 0.0.20 for sqlmodel.sql.sqltypes.GUID()
questionFurther information is requested -
You must be logged in to vote 🙏 ValueError: 'validated_data' must be provided if 'call_default_factory' is True.
questionFurther information is requested -
You must be logged in to vote 🙏 How to Fix SQLAlchemy InvalidRequestError: Failed to Locate Relationship Class Name in Model Definition
questionFurther information is requested -
You must be logged in to vote 🙏 Link Tables getting duplicate entries only under async?
questionFurther information is requested -
You must be logged in to vote 🙏 Prevent garbage collection of the joined record
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