Skip to content

Issues: fastapi/sqlmodel

🚀 Roadmap
#654 opened Oct 4, 2023 by tiangolo
Open 33
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Decoupling data schema from sql schema (pydantic integration) investigate question Further information is requested
#502 opened Nov 15, 2022 by dmsfabiano
8 tasks done
Migrations with UUID and server_default fail. investigate question Further information is requested
#491 opened Nov 8, 2022 by kristjanvalur
8 tasks done
Example: Understanding inheritance and relationships between model classes investigate question Further information is requested
#488 opened Nov 5, 2022 by clstaudt
8 tasks done
✨ Add support for hybrid_property feature New feature or request investigate
#482 opened Oct 31, 2022 by van51 Loading…
Delete cascade not working in AsyncSession investigate question Further information is requested
#480 opened Oct 25, 2022 by farahats9
8 tasks done
Model stored/encoded as a delimited string in the database? investigate question Further information is requested
#479 opened Oct 23, 2022 by kennedy
8 tasks done
Examples and tests for async support in SQLModel docs Improvements or additions to documentation investigate
#471 opened Oct 18, 2022 by auphofBSF Loading…
SQLModel inheritance breaks sqlalchemy mutation tracking investigate question Further information is requested
#468 opened Oct 16, 2022 by jtpavlock
8 tasks done
How to make a double foreign key as a primary key investigate question Further information is requested
#463 opened Oct 8, 2022 by junoriosity
8 tasks done
ForeignKeyViolationError in Relationship deletion investigate question Further information is requested
#457 opened Oct 5, 2022 by junoriosity
8 tasks done
Why does a SQLModel class with table=True not validate data ? docs Improvements or additions to documentation investigate question Further information is requested
#453 opened Sep 29, 2022 by deajan
8 tasks done
Pyright type checking when working with aggregate data investigate question Further information is requested
#450 opened Sep 21, 2022 by Bryley
8 tasks done
How to use EncryptedType of SQLAlchemy investigate question Further information is requested
#447 opened Sep 12, 2022 by ChuckMoe
8 tasks done
Add config option to load relationship fields. feature New feature or request investigate
#445 opened Sep 11, 2022 by busykoala Loading…
Selectin for the SQLModels relations investigate question Further information is requested
#444 opened Sep 9, 2022 by busykoala
8 tasks done
📝 Add example code for sa_column onupdate timestamps docs Improvements or additions to documentation investigate
#372 opened Jun 30, 2022 by RobertRosca Loading…
Table 'XXX' is already defined for this MetaData instance investigate question Further information is requested
#350 opened May 24, 2022 by mybigman
8 tasks done
Using hybrid_property of SQLAlchemy leads to CompileError investigate question Further information is requested
#299 opened Apr 14, 2022 by deZakelijke
8 tasks done
How to use two different metadata properly to connect to two databases? investigate question Further information is requested
#264 opened Mar 8, 2022 by murata100
8 tasks done
🐛 Support mixins feature New feature or request investigate
#256 opened Feb 28, 2022 by byrman Loading…
Reduce CRUD boilerplate code with a convenience mixin investigate question Further information is requested
#254 opened Feb 27, 2022 by bolau
8 tasks done
Issue using from_orm stripping Relationship data from models investigate question Further information is requested
#224 opened Jan 15, 2022 by res234
8 tasks done
ProTip! Adding no:label will show everything without a label.