Releases: mastercoms/sqlmodel
Releases · mastercoms/sqlmodel
0.0.9-a.5
0.0.9-a.4
- Upgrade to 1.4.46 for facilitating SA2.0 update
0.0.9-a.3
- Rework/complete async support. SQLModel style exec/get/execute now supported, and create_async_engine is SQLModel integrated. Please update your usages to reflect this.
- Update dependencies (SQLAlchemy 1.4.45)
- Update to Python 3.8 minimum
- Fix attribute error when using
sa_relationship - Fix repeated column construction (fixes error with specifying a ForeignKey for SQLAlchemy cascade)
- Fix incorrect version metadata for fork
0.0.9-a.2
- Some small diff clean up
0.0.9-a.1
- Update to
0.0.8sqlmodel
0.0.7-a.6
- Only populate relationships in dict
0.0.7-a.5
- Only populate dict for table
0.0.7-a.4
- More comprehensive dict handling
0.0.7-a.3
- Fix improper dict population in 0.0.7-a.2
0.0.7-a.2
- Sync up with latest upcoming sqlmodel changes
- Add support for sqlalchemy 1.4.36 (sqlalchemy/sqlalchemy#7900)