Issues
- 3
Obtaining `TypeError: Cannot pickle 'module' object` on models with many-to-many relationships
#540 opened by Magnaillusion - 0
Default values for fields not working as expected with SQLModel in PostgreSQL
#1260 opened by Yoosuph - 6
how to config the pydantic JSON fields
#1242 opened by cjdxhjj - 3
Update docs include syntax for source examples
#1150 opened by tiangolo - 8
Field cannot autocompletion when its a SQLModel
#890 opened by zhaowcheng - 1
- 2
The SQL model cannot perform insertion into another table using queried data
#1019 opened by writebai2 - 15
- 8
Order of columns in the table created does not have 'id' first, despite the order in the SQLModel. Looks like it's prioritising fields with sa_column
#542 opened by epicwhale - 35
- 1
- 10
Add an overload to the `exec` method with `_Executable` statement for update and delete statements
#909 opened by joachimhuet - 10
How to write statements like "select count(*) from table_name where col_name>0"?
#494 opened by rxy1212 - 14
Preparing for Pydantic v2 release
#532 opened by bpenteado - 4
Dose there any better way to write timezone aware datetime field without using the SQLAlchemy ?
#539 opened by azataiot - 5
- 1
Not generating correct Oracle SQL
#1133 opened by sandstromviktor - 9
- 1
- 0
not autocompletion
#1080 opened by linpan - 2
docs/contributing.md outdated using poetry
#948 opened by jiangying000 - 14
async relationship bug
#643 opened by a410202049 - 7
- 0
Internal link failed at create-db-and-table.md
#853 opened by chinabiue - 10
Could not refresh instance
#536 opened by AshikurRahman-sec - 0
How to define table prefix name
#944 opened by ludonghai715 - 3
- 4
How to reference a foreign key in a table that is in a different (postgres) schema
#495 opened by ivyleavedtoadflax - 3
[M2M] Query dependent incl. `link_model` fields
#535 opened by Pk13055 - 5
It is possible to create a class for selecting specific columns in a table?
#499 opened by omer-priel - 2
- 2
Fallback for Postgresql DB in AsyncSession
#518 opened by junoriosity - 6
Many to many relationship between a table and itself
#545 opened by joaopfg - 1
engine future side effect when False
#526 opened by priamai - 4
ARRAY of POINT from PostgreSQL in SQLModel
#528 opened by ddzmanashvili - 1
- 1
Column with `list[Enum]` dtype silently removes value if not a valid enum string
#500 opened by Vlados09 - 1
Add interface to override `get_column_from_field` | `get_sqlalchemy_type` function behavior
#503 opened by 243f6a8885a308d313198a2e037 - 8
Data Integrity: Raise error on attempt to delete an object required via a Relationship
#533 opened by clstaudt - 1
Erro ao executar uvicorn.run(...)
#543 opened by jhamerski - 1
- 2
[Querying] negating `Model.boolean` in `where()`
#534 opened by Pk13055 - 2
There is no unique constraint matching given keys (one-to-many, connecting with many-to-many tables)
#531 opened by Jafetlch - 2
Translating between models for the Multiple Models pattern, to store private data
#527 opened by nward - 6
- 3
SQLModel - Relationship - back_populates: (one to many) How can I filter the result
#513 opened by a-coello - 5
Generate SQLModel table class from dictionary
#508 opened by Udayaprasad - 3
Relationship from Model Data and inheritance
#507 opened by Franksign - 1
underscore_attrs_are_private cannot use
#504 opened by dongfengweixiao - 1