Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hibernate-dialect-v7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ##
Expand Down
1 change: 0 additions & 1 deletion hibernate-dialect-v7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect-v7</artifactId>
<!-- TODO: Set actual version -->
<version>0.9.2</version>

<packaging>jar</packaging>
Expand Down
Loading