mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
Exposed 0.19.2 Release
This commit is contained in:
10
ChangeLog.md
10
ChangeLog.md
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user