Merging upstream version 18.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b982664fe2
commit
d90681de49
92 changed files with 43076 additions and 40554 deletions
|
@ -313,6 +313,8 @@ class ClickHouse(Dialect):
|
|||
exp.DataType.Type.LONGTEXT: "String",
|
||||
exp.DataType.Type.MEDIUMBLOB: "String",
|
||||
exp.DataType.Type.MEDIUMTEXT: "String",
|
||||
exp.DataType.Type.TINYBLOB: "String",
|
||||
exp.DataType.Type.TINYTEXT: "String",
|
||||
exp.DataType.Type.TEXT: "String",
|
||||
exp.DataType.Type.VARBINARY: "String",
|
||||
exp.DataType.Type.VARCHAR: "String",
|
||||
|
@ -331,6 +333,7 @@ class ClickHouse(Dialect):
|
|||
exp.DataType.Type.FIXEDSTRING: "FixedString",
|
||||
exp.DataType.Type.FLOAT: "Float32",
|
||||
exp.DataType.Type.INT: "Int32",
|
||||
exp.DataType.Type.MEDIUMINT: "Int32",
|
||||
exp.DataType.Type.INT128: "Int128",
|
||||
exp.DataType.Type.INT256: "Int256",
|
||||
exp.DataType.Type.LOWCARDINALITY: "LowCardinality",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue