#485 add possibility to pass comments to sqlalchemy

This commit is contained in:
collerek
2021-12-16 16:41:50 +01:00
parent 15be5170f3
commit bc5c6222b1
5 changed files with 134 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# 0.10.23
## ✨ Features
* Add ability to pass `comment` to sqlalchemy when creating a column [#485](https://github.com/collerek/ormar/issues/485)
## 🐛 Fixes
* Fix `LargeBinary` fields that can be nullable [#409](https://github.com/collerek/ormar/issues/409)
* Make `ormar` models pickable [#413](https://github.com/collerek/ormar/issues/413)
# 0.10.22
## 🐛 Fixes