Skip to content

Commit 7c3ac6f

Browse files
committed
New version of JOOQ Dialect
1 parent f858b84 commit 7c3ac6f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

jooq-dialect/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 1.1.0 ##
2+
- Upgrade to new version of JDBC & SDK
3+
14
## 1.0.1 ##
25
- Fixed bug with `useIndex` - skip the table name (`from view`)
36

47
## 1.0.0 ##
58

6-
- `REPLACE` / `UPSERT` builders from YDB
9+
- `REPLACE` / `UPSERT` builders from YDB
710
- Supported VIEW INDEX from `useIndex("index_name")` HintedTable
811
- Generated tables from schema

jooq-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>tech.ydb.dialects</groupId>
66
<artifactId>jooq-ydb-dialect</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.1.0</version>
88

99
<name>YDB JOOQ Dialect module</name>
1010
<description>YDB JOOQ Dialect module</description>

0 commit comments

Comments
 (0)