We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f858b84 commit 7c3ac6fCopy full SHA for 7c3ac6f
jooq-dialect/CHANGELOG.md
@@ -1,8 +1,11 @@
1
+## 1.1.0 ##
2
+- Upgrade to new version of JDBC & SDK
3
+
4
## 1.0.1 ##
5
- Fixed bug with `useIndex` - skip the table name (`from view`)
6
7
## 1.0.0 ##
8
-- `REPLACE` / `UPSERT` builders from YDB
9
+- `REPLACE` / `UPSERT` builders from YDB
10
- Supported VIEW INDEX from `useIndex("index_name")` HintedTable
11
- Generated tables from schema
jooq-dialect/pom.xml
@@ -4,7 +4,7 @@
<groupId>tech.ydb.dialects</groupId>
<artifactId>jooq-ydb-dialect</artifactId>
- <version>1.0.1</version>
+ <version>1.1.0</version>
<name>YDB JOOQ Dialect module</name>
<description>YDB JOOQ Dialect module</description>
0 commit comments