Release #0.16.4

This commit is contained in:
Tapac
2019-08-16 19:19:32 +02:00
parent f8009a988c
commit 49539b270d
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
# 0.16.4
Features:
* Added where in subquery ([#610](https://github.com/JetBrains/Exposed/issues/610)). Kudos to [Manabu OHTAKE](https://github.com/otkmnb2783) for PR.
Bug fixes:
* ClassCastException on an attempt to flush IdTable with reference to Table
* Fixed needQuotes check of already quoted identifiers ([#614](https://github.com/JetBrains/Exposed/issues/614)). Thanks [mpe85](https://github.com/mpe85)
* Suspend transactions broken when working with multiple databases ([#624](https://github.com/JetBrains/Exposed/issues/624))
* Unnecessary select when preloading absent references ([#615](https://github.com/JetBrains/Exposed/issues/615))
* Updates of entities were executed in random order what could lead to unexpected behavior
# 0.16.3
Features:
* Added `rightJoin`, `fullJoin` and `crossJoin` functions. [Fedor Korotkov](https://github.com/fkorotkov) thanks for PR.

View File

@@ -2,5 +2,5 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8
group=org.jetbrains.exposed
version=0.16.3
version=0.16.4
dialect=mariadb