-
-
Notifications
You must be signed in to change notification settings - Fork 753
fastapi sqlmodel Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
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 -
You must be logged in to vote 🙏 Primary key that doesn't autoincrement.
questionFurther information is requested -
You must be logged in to vote 🙏 How to print a model instance including a joined attribute?
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 🙏 Advice for unique=True, max_length=30, min_length=3, that are causing a few problems
questionFurther information is requested -
You must be logged in to vote 🙏 How does composite index work in SQLModel? Query part
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 does not support deferred column loading
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 🙏 Link Tables getting duplicate entries only under async?
questionFurther information is requested