mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
Release #0.16.3
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# 0.16.3
|
||||
Features:
|
||||
* Added `rightJoin`, `fullJoin` and `crossJoin` functions. [Fedor Korotkov](https://github.com/fkorotkov) thanks for PR.
|
||||
|
||||
Bug fixes:
|
||||
* `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601))
|
||||
* Nested transaction partially commits outer transaction since 0.16.1 ([#605](https://github.com/JetBrains/Exposed/issues/605))
|
||||
|
||||
# 0.16.2
|
||||
Bug fixes:
|
||||
* `Connection is closed` error when used suspended transactions ([#601](https://github.com/JetBrains/Exposed/issues/601))
|
||||
|
||||
@@ -2,5 +2,5 @@ org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Dfile.encoding=UTF-8
|
||||
|
||||
group=org.jetbrains.exposed
|
||||
version=0.16.2
|
||||
version=0.16.3
|
||||
dialect=mariadb
|
||||
|
||||
Reference in New Issue
Block a user