We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec11d35 commit fee759aCopy full SHA for fee759a
spring-data-jdbc-ydb/CHANGELOG.md
@@ -1,5 +1,9 @@
1
+## 1.0.0 ##
2
+
3
+- quoting index name in VIEW statement (ex. VIEW \`index_name\`)
4
5
## 0.9.1 ##
6
-- Supported VIEW INDEX statement from @ViewIndex
7
+- Supported VIEW statement from @ViewIndex
8
- YdbDialect fully supports YQL
9
- Supported specific @YdbType
spring-data-jdbc-ydb/pom.xml
@@ -6,7 +6,7 @@
<groupId>tech.ydb.dialects</groupId>
<artifactId>spring-data-jdbc-ydb</artifactId>
- <version>0.9.1</version>
+ <version>1.0.0</version>
10
11
<name>Spring Data JDBC YDB Dialect</name>
12
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>
0 commit comments