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