We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d73497 commit 927758fCopy full SHA for 927758f
hibernate-dialect/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.0 ##
2
+
3
+- Added custom decimal jdbc codes `DECIMAL_31_9`, `DECIMAL_35_0`, `DECIMAL_35_9`
4
5
## 1.1.0 ##
6
7
- Added hint for scan queries
hibernate-dialect/pom.xml
@@ -6,7 +6,7 @@
<groupId>tech.ydb.dialects</groupId>
8
<artifactId>hibernate-ydb-dialect</artifactId>
9
- <version>1.1.0</version>
+ <version>1.2.0</version>
10
11
<packaging>jar</packaging>
12
0 commit comments