File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
" resources"
7
7
]
8
8
9
- :deps { org.clojure/core.logic {:mvn/version " 1.0.0 " }
10
- com.github.seancorfield/honeysql {:mvn/version " 2.4.1011 " }
9
+ :deps { org.clojure/core.logic {:mvn/version " 1.0.1 " }
10
+ com.github.seancorfield/honeysql {:mvn/version " 2.5.1103 " }
11
11
}
12
12
13
13
; ; These are needed for the Athena and Redshift drivers in order to build them. Maven repos from subprojects do not
21
21
:aliases
22
22
{:dev
23
23
{:extra-deps
24
- { io.github.metabase/metabase { :git/tag " v0.48.13 " , :git/sha " 7a5ccd8 " } }
24
+ { io.github.metabase/metabase { :git/tag " v0.49.25 " , :git/sha " 59ee427 " } }
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.8 -metabase-v0.48.13 -teradata-jdbc-17.10
4
+ version : 1.1.9 -metabase-v0.49.25 -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.48.13
40
+ # (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.49.25
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 83
83
(keyword " timestamp with timezone" ) :type/DateTime
84
84
(keyword " timestamp without timezone" ) :type/DateTime }, column-type))
85
85
86
- (defmethod sql.qp /honey-sql-version :teradata
87
- [_driver]
88
- 2 )
89
-
90
86
(defn- dbnames-set
91
87
" Transform the string of databases to a set of strings."
92
88
[dbnames]
You can’t perform that action at this time.
0 commit comments