Skip to content

Commit c3e9e02

Browse files
committed
New metabase version: v0.50.31
1 parent af2573b commit c3e9e02

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:aliases
2222
{:dev
2323
{:extra-deps
24-
{ io.github.metabase/metabase { :git/tag "v0.49.25", :git/sha "59ee427" } }
24+
{ io.github.metabase/metabase { :git/tag "v0.50.31", :git/sha "f754eda" } }
2525
}
2626
}
2727
}

resources/metabase-plugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
info:
22
name: Metabase Teradata Driver
33
# also replace the version in deps.edn if you change the metabase version here
4-
version: 1.1.9-metabase-v0.49.25-teradata-jdbc-20.00
4+
version: 1.1.10-metabase-v0.50.31-teradata-jdbc-20.00
55
description: Allows Metabase to connect to Teradata databases. Community Supported driver.
66
dependencies:
77
- class: com.teradata.jdbc.TeraDriver
@@ -37,7 +37,7 @@ driver:
3737
- additional-options
3838
- placeholder: e.g. COPLAST=OFF
3939
# required in order that `Choose when syncs and scans happen` shows up in database options afterwards
40-
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.49.25
40+
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.50.31
4141
# the option `Choose when syncs and scans happen` only shows up later in admin -> Database -> advanced options)
4242
- default-advanced-options
4343
connection-properties-include-tunnel-config: false

src/metabase/driver/teradata.clj

-3
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,6 @@
384384

385385
(defmethod sql.qp/current-datetime-honeysql-form :teradata [_] now)
386386

387-
; TODO check if overriding apply-top-level-clause could make nested queries work
388-
(defmethod driver/supports? [:teradata :nested-queries] [_ _] false)
389-
390387
;; Overridden to customise the C3P0 properties which can be used to avoid the high number of logins against Teradata
391388
;; In case of such problem increase the value of acquireRetryDelay
392389
;; https://github.com/metabase/metabase/blob/master/src/metabase/driver/sql_jdbc/connection.clj#L42

0 commit comments

Comments
 (0)