Exposed 0.19.2 Release

This commit is contained in:
Tapac
2019-12-14 11:56:55 +03:00
parent 593cd3f37f
commit 59f4c9f349
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# 0.19.2
Deprecations:
* `Query.orderBy()` functions with boolean sort parameter were removed
Bug fixes:
* NoSuchElementException: List is empty on updating not flushed entities ([#708](https://github.com/JetBrains/Exposed/issues/708))
* Replace function fails on H2 in MySQL mode when using pool
* Delayed DAO update flush causes unique constraint violation ([#717](https://github.com/JetBrains/Exposed/issues/717))
* `Query.empty()` shouldn't add LIMIT 1 if query is marked as forUpdate() ([#684](https://github.com/JetBrains/Exposed/issues/684))
# 0.19.1
Broken changes:
* `EntityID`, `IdTable`, `IntIdTable`, `LongIdTable`, `UUIDTable` classes from `exposed-core`

View File

@@ -2,5 +2,5 @@ org.gradle.parallel=false
org.gradle.jvmargs=-Dfile.encoding=UTF-8
group=org.jetbrains.exposed
version=0.19.1
version=0.19.2
dialect=none