-
-
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 🙏 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 -
You must be logged in to vote 🙏 Postgres insert many causes InvalidRequestError: Can't match sentinel values in result set to parameter sets
questionFurther information is requested -
You must be logged in to vote 🙏 Pycharm unexpected type(s) for date field
questionFurther information is requested -
You must be logged in to vote 🙏 order_by method incorrectly infers return type of select
questionFurther information is requested -
You must be logged in to vote 🙏 Field cannot autocompletion when its a SQLModel
questionFurther information is requested -
You must be logged in to vote 🙏 Error when inherit "ForeignKey" column from super class.
questionFurther information is requested -
You must be logged in to vote 🙏 Alias and Type Hint Challenges in SQLModel and Pydantic Integration
questionFurther information is requested -
You must be logged in to vote 🙏 What's the proper way to define a "MAC Address" for a column type?
questionFurther information is requested -
You must be logged in to vote 🙏 Columns can't be a
questionNewType
, raisesTypeError: issubclass() arg 1 must be a class
Further information is requested -
You must be logged in to vote 🙏 Can't return result from session.exec directly (have to assign to an intermediate variable)?
questionFurther information is requested -
You must be logged in to vote 🙏 multi import problem
questionFurther information is requested -
You must be logged in to vote 🙏 How can I insert a row using other rows data?
questionFurther information is requested -
You must be logged in to vote 🙏 mypy shows error for
questionsession.exec(update)
and comparisons inwhere
clauseFurther information is requested -
You must be logged in to vote 🙏 Contributing guidelines still mention Poetry instead of PDM
questionFurther information is requested -
You must be logged in to vote 🙏 "SQLModelConfig" has no attribute "table"
questionFurther information is requested -
You must be logged in to vote 🙏 Removing orphanated entries from the database after the parent is deleted
questionFurther information is requested -
You must be logged in to vote 🙏 The GenericModel generated json schema seems to have an issue
questionFurther information is requested -
You must be logged in to vote 🙏 Bring back the raw sql query support
questionFurther information is requested -
You must be logged in to vote 🙏 is it possible to change how default table name are generated from the class name when using ORM ?
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 does not execute type checks in pydantic when
questiontable=True
setFurther information is requested -
You must be logged in to vote 🙏 -
You must be logged in to vote 🙏 Can I sort nested connections as part of a query using ORM rather than a separate for loop?
questionFurther information is requested -
You must be logged in to vote 🙏 Can we update the docs to use types for Session.Select and Session.Exec (In Advanced?)
questionFurther information is requested