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: doc/changes/changes_1.0.8.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ This release adapts the driver to Metabase v0.50.36.
8
8
9
9
The driver now supports Metabase feature `:describe-fks`. This allows Metabase to retrieve metadata about Foreign Key Constraints from Exasol.
10
10
11
+
Also the driver now replaces the deprecated method `sql-jdbc.execute/connection-with-timezone` with `sql-jdbc.execute/do-with-connection-with-options`. This will allow using the driver with later Metabase versions and avoids the following warning in the Metabase log:
12
+
13
+
```
14
+
WARN sql-jdbc.execute :: connection-with-timezone is deprecated in Metabase 0.47.0. Implement do-with-connection-with-options instead.
0 commit comments