You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: logsql-jdbc/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
74
74
<dependency>
75
75
<groupId>com.victoriametrics</groupId>
76
76
<artifactId>logsql-jdbc</artifactId>
77
-
<version>0.8.0</version>
77
+
<version>0.9.0</version>
78
78
</dependency>
79
79
```
80
80
@@ -107,15 +107,15 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
107
107
108
108
### JetBrains IDEs
109
109
110
-
1. Download `logsql-jdbc-0.8.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.8.0-all.jar&response-content-type=application%2Foctet-stream)
110
+
1. Download `logsql-jdbc-0.9.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.9.0-all.jar&response-content-type=application%2Foctet-stream)
111
111
112
112
2. "Database" panel -> Create Data Source -> Driver:
113
113
114
114
- 2.1.
115
115
116
116

117
117
118
-
- 2.2. Add `logsql-jdbc-0.8.0-all.jar` file as "Custom JAR" and select driver class
118
+
- 2.2. Add `logsql-jdbc-0.9.0-all.jar` file as "Custom JAR" and select driver class
119
119
120
120

121
121
@@ -133,9 +133,9 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
133
133
134
134
### Tableau
135
135
136
-
1. Download `logsql-jdbc-0.8.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.8.0-all.jar&response-content-type=application%2Foctet-stream)
136
+
1. Download `logsql-jdbc-0.9.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.9.0-all.jar&response-content-type=application%2Foctet-stream)
137
137
138
-
2. Put the `logsql-jdbc-0.8.0-all.jar` file into the [Tableau Drivers folder](https://help.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm#specify-the-right-jdbc-driver)
138
+
2. Put the `logsql-jdbc-0.9.0-all.jar` file into the [Tableau Drivers folder](https://help.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm#specify-the-right-jdbc-driver)
139
139
140
140
3. Connect -> To a Server -> Other databases (JDBC):
0 commit comments