Alexander Tokmakov
70d1adfe4b
Better formatting for exception messages ( #45449 )
...
* save format string for NetException
* format exceptions
* format exceptions 2
* format exceptions 3
* format exceptions 4
* format exceptions 5
* format exceptions 6
* fix
* format exceptions 7
* format exceptions 8
* Update MergeTreeIndexGin.cpp
* Update AggregateFunctionMap.cpp
* Update AggregateFunctionMap.cpp
* fix
2023-01-24 00:13:58 +03:00
zzsmdfj
411f43ec4d
to MaterializeMySQL_support_set_and_other_dataType
2022-01-21 12:24:12 +08:00
zzsmdfj
e380e59b16
MaterializeMySQL support SET YEAR TIME GEOMETRY dataType
2022-01-21 12:24:11 +08:00
zzsmdfj
4fbfc7c56f
MaterializedMySQL support VARBINARY type
2021-12-03 15:08:03 +08:00
Anton Popov
92413aed68
better interfaces for IDataType and ISerialization
2021-10-14 05:36:49 +03:00
Anton Popov
be540e442d
return back data types
2021-03-09 17:10:28 +03:00
Anton Popov
1e61f64f95
move data types to serializations
2021-03-09 17:04:20 +03:00
Vitaly Baranov
18e036d19b
Improved serialization for data types combined of Arrays and Tuples.
...
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
2021-02-17 20:50:09 +03:00
nautaa
4cc56c2501
rename function name
2020-12-02 17:00:27 +08:00
zhang2014
d084e05aba
ISSUES-15883 support zero length argument with string type
2020-10-17 13:15:00 +08:00
Nikita Mikhaylov
4d49d2c671
another removes
2020-07-30 13:31:14 +03:00
Alexey Milovidov
1462a66d1e
Fix typos
2020-06-27 22:05:00 +03:00
Alexander Tokmakov
acd0d3c528
separate parser for data type
2020-06-18 17:09:24 +03:00
Alexander Tokmakov
045f804879
Merge branch 'master' into multiword_data_type
2020-06-15 00:35:17 +03:00
Vitaly Baranov
d6e16629ae
Merge pull request #11028 from Potya/master
...
Support numeric parameters in Number and String data types
2020-06-10 23:23:59 +03:00
potya
80496628e3
Add better code
2020-06-07 23:02:57 +03:00
potya
3ee757df86
Fix style errors
2020-05-27 15:13:35 +03:00
potya
2919f6710c
Add some multiword data types
2020-05-26 23:58:51 +03:00
potya
0b51e25a69
Support numeric parameters in VARCHAR, VARBINARY, INT... data types (e.g. VARCHAR(255)) and ignore them completely.
2020-05-19 02:53:41 +03:00
Alexey Milovidov
08ff5b5966
Add NCHAR and NVARCHAR synonims
2020-05-18 22:13:13 +03:00
Alexey Milovidov
d1d070fa8d
More type aliases
2020-05-17 11:35:08 +03:00
Alexey Milovidov
6029b6d7bd
Added REAL; remove Int1/2/4; remove LONG because it has conflict meaning in MySQL and MS Access
2020-05-17 11:22:59 +03:00
potya
82b3bc1683
Provide data type symonims
2020-05-12 16:29:20 +03:00
Ivan Lezhankin
06446b4f08
dbms/ → src/
2020-04-03 18:14:31 +03:00