Fix enum schema (#715)
* fix schema with enum fields - issue #699 * fix drivers dependencies - make them optional * fix command * provide extras * add bolean field to related model * add test with select related and boolean * new test case based on issue * fix bool issue in postgres limit queries - issue #704 * fix coverage * bump version and add release info
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
# 0.11.2
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
* Fix database drivers being required, while they should be optional [#713](https://github.com/collerek/ormar/issues/713)
|
||||
* Fix boolean field problem in `limit` queries in postgres without `limit_raw_sql` flag [#704](https://github.com/collerek/ormar/issues/704)
|
||||
* Fix enum_class spilling to schema causing errors in OpenAPI [#699](https://github.com/collerek/ormar/issues/699)
|
||||
|
||||
# 0.11.1
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
Reference in New Issue
Block a user