File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 :deps {
99 org.clojure/clojure {:mvn/version " 1.11.1" }
1010 ; replace also the version in metabase-plugin.yaml
11- metabase/metabase-core {:git/url " https://github.com/metabase/metabase.git" :git/tag " v0.43.0-rc2 " :git/sha " 4bac723514 " }
12- metabase/build-drivers {:git/url " https://github.com/metabase/metabase.git" :git/tag " v0.43.0-rc2 " :git/sha " 4bac723514 " :deps/root " bin/build-drivers" }
11+ metabase/metabase-core {:git/url " https://github.com/metabase/metabase.git" :git/tag " v0.43.0" :git/sha " ee686fcfe5 " }
12+ metabase/build-drivers {:git/url " https://github.com/metabase/metabase.git" :git/tag " v0.43.0" :git/sha " ee686fcfe5 " :deps/root " bin/build-drivers" }
1313 }
1414
1515 ; build the driver with `clojure -X:build` assumes that:
Original file line number Diff line number Diff line change 11info :
22 name : Metabase Teradata Driver
33 # also replace the version in deps.edn if you change the metabase version here
4- version : 1.0.2 -metabase-v0.43.0-rc2 -teradata-jdbc-17.10
4+ version : 1.0.3 -metabase-v0.43.0-teradata-jdbc-17.10
55 description : Allows Metabase to connect to Teradata databases. Community Supported driver.
66dependencies :
77 - class : com.teradata.jdbc.TeraDriver
Original file line number Diff line number Diff line change 1919(defmethod sql.tx /field-base-type->sql-type [:teradata :type/Decimal ] [_ _] " DECIMAL" )
2020(defmethod sql.tx /field-base-type->sql-type [:teradata :type/Float ] [_ _] " FLOAT" )
2121(defmethod sql.tx /field-base-type->sql-type [:teradata :type/Integer ] [_ _] " INTEGER" )
22- (defmethod sql.tx /field-base-type->sql-type [:teradata :type/Text ] [_ _] " VARCHAR2 (2048)" )
22+ (defmethod sql.tx /field-base-type->sql-type [:teradata :type/Text ] [_ _] " VARCHAR (2048)" )
2323(defmethod sql.tx /field-base-type->sql-type [:teradata :type/Time ] [_ _] " TIME" )
2424
2525; ; Tested using Teradata Express VM image. Set the host to the correct address if localhost does not work.
You can’t perform that action at this time.
0 commit comments