#455 fix improper quoting of on clause
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
|
||||
* Fix `LargeBinary` fields that can be nullable [#409](https://github.com/collerek/ormar/issues/409)
|
||||
* Make `ormar.Model` pickable [#413](https://github.com/collerek/ormar/issues/413)
|
||||
* Make `first()` and `get()` without arguments respect ordering set by user, fallback to primary key (asc, and desc respectively) [#453](https://github.com/collerek/ormar/issues/453)
|
||||
* Make `first()` and `get()` without arguments respect ordering of main model set by user, fallback to primary key (asc, and desc respectively) [#453](https://github.com/collerek/ormar/issues/453)
|
||||
* Fix improper quoting of non-aliased join `on` clauses in postgress [#455](https://github.com/collerek/ormar/issues/455)
|
||||
|
||||
# 0.10.22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user