bump databases, remove skip on sqlite test

This commit is contained in:
collerek
2022-01-14 16:54:26 +01:00
parent e7174e321c
commit bf3b36194b
4 changed files with 120 additions and 102 deletions

View File

@ -6,6 +6,11 @@
* Fix timezone issues with datetime [#504](https://github.com/collerek/ormar/issues/504)
* Remove literal binds in query generation to unblock postgres arrays [#/tophat/ormar-postgres-extensions/9](https://github.com/tophat/ormar-postgres-extensions/pull/9)
## 💬 Other
* Bump min. required `databases` version to `>=5.4`.
# 0.10.23
## ✨ Features