File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 21
21
:aliases
22
22
{:dev
23
23
{: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 " } }
25
25
}
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
info :
2
2
name : Metabase Teradata Driver
3
3
# 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
5
5
description : Allows Metabase to connect to Teradata databases. Community Supported driver.
6
6
dependencies :
7
7
- class : com.teradata.jdbc.TeraDriver
@@ -37,7 +37,7 @@ driver:
37
37
- additional-options
38
38
- placeholder : e.g. COPLAST=OFF
39
39
# 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
41
41
# the option `Choose when syncs and scans happen` only shows up later in admin -> Database -> advanced options)
42
42
- default-advanced-options
43
43
connection-properties-include-tunnel-config : false
Original file line number Diff line number Diff line change 384
384
385
385
(defmethod sql.qp /current-datetime-honeysql-form :teradata [_] now )
386
386
387
- ; TODO check if overriding apply-top-level-clause could make nested queries work
388
- (defmethod driver /supports? [:teradata :nested-queries ] [_ _] false )
389
-
390
387
; ; Overridden to customise the C3P0 properties which can be used to avoid the high number of logins against Teradata
391
388
; ; In case of such problem increase the value of acquireRetryDelay
392
389
; ; https://github.com/metabase/metabase/blob/master/src/metabase/driver/sql_jdbc/connection.clj#L42
You can’t perform that action at this time.
0 commit comments