Exposed #0.14.3 release

This commit is contained in:
Tapac
2019-06-12 00:11:25 +03:00
parent b1c07da8ab
commit 9ae26bcf39
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
# 0.14.3
Features:
* Now it's possible to create Entities from aliased tables/queries. Corresponded `wrapRow/wrapRows` functions were added to `EntityClass` ([#404](https://github.com/JetBrains/Exposed/issues/404))
* Support for `regexp` function (both case-sensitive/insensitive) was provided on every database which provided it
* `concat` function was introduced
Performance optimizations:
* Unnecessary string escaping in `registerArguments` was removed when used prepared statements
Infrastructure:
* Mysql 8.0 tests added
* Oracle tests were reanimated
# 0.14.2
Deprecations:
* `InsertStatement.generatedKey` field removed

View File

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