We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0329f7c commit e8b685dCopy full SHA for e8b685d
test/metabase/test/data/teradata.clj
@@ -19,7 +19,7 @@
19
(defmethod sql.tx/field-base-type->sql-type [:teradata :type/Decimal] [_ _] "DECIMAL")
20
(defmethod sql.tx/field-base-type->sql-type [:teradata :type/Float] [_ _] "FLOAT")
21
(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)")
+(defmethod sql.tx/field-base-type->sql-type [:teradata :type/Text] [_ _] "VARCHAR(2048)")
23
(defmethod sql.tx/field-base-type->sql-type [:teradata :type/Time] [_ _] "TIME")
24
25
;; Tested using Teradata Express VM image. Set the host to the correct address if localhost does not work.
0 commit comments