diff --git a/hibernate-dialect-v7/CHANGELOG.md b/hibernate-dialect-v7/CHANGELOG.md index 961ba5c2..cb76a0b2 100644 --- a/hibernate-dialect-v7/CHANGELOG.md +++ b/hibernate-dialect-v7/CHANGELOG.md @@ -1,9 +1,9 @@ -- Add YDB constraint violation exception mapping to hibernate specific exception -- Added `'u` suffix to string literals to everywhere used Utf8 type instead of String. For escape symbol added custom translation to it had String type, not Utf8. -- Disable ordinal SELECT item references (`ORDER BY 1`, `GROUP BY 1`) — YDB does not support them - ## 0.9.2 ## +- Add YDB constraint violation exception mapping to hibernate specific exception +- Added `'u` suffix to string literals to everywhere used Utf8 type instead of String. For escape symbol added custom + translation to it had String type, not Utf8. +- Disable ordinal SELECT item references (`ORDER BY 1`, `GROUP BY 1`) — YDB does not support them - Support `concat` function ## 0.9.1 ## diff --git a/hibernate-dialect-v7/pom.xml b/hibernate-dialect-v7/pom.xml index cf7558a5..35963c23 100644 --- a/hibernate-dialect-v7/pom.xml +++ b/hibernate-dialect-v7/pom.xml @@ -6,7 +6,6 @@ tech.ydb.dialects hibernate-ydb-dialect-v7 - 0.9.2 jar