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 4b3e641 commit b1d4171Copy full SHA for b1d4171
jooq-dialect/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.0 ##
2
+
3
+- Added support for using view primary keys in `HintedTable`.
4
5
## 1.2.1 ##
6
7
- Fixed bug: Handling null values in the Converter ([#190](https://github.com/ydb-platform/ydb-java-dialects/pull/190))
jooq-dialect/pom.xml
@@ -4,7 +4,7 @@
<groupId>tech.ydb.dialects</groupId>
<artifactId>jooq-ydb-dialect</artifactId>
- <version>1.2.1</version>
+ <version>1.3.0</version>
8
9
<name>YDB JOOQ Dialect module</name>
10
<description>YDB JOOQ Dialect module</description>
0 commit comments