Alexey Milovidov
|
c27f90c8ed
|
Update src/Parsers/ParserDataType.cpp
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2022-12-27 17:16:31 +03:00 |
|
Alexey Milovidov
|
8b6092b321
|
Fix support for complex parameters of parametric aggregate functions, #30975
|
2022-12-19 07:26:54 +01:00 |
|
Anton Popov
|
7b7939c52c
|
fix parsing of ints
|
2022-04-19 13:31:45 +00:00 |
|
Anton Popov
|
56bdc654d4
|
Revert "Merge pull request #36337 from ClickHouse/revert-36126-fork_chmaster2"
This reverts commit e04f80d4a7 , reversing
changes made to 06e0afb67f .
|
2022-04-18 17:59:46 +00:00 |
|
Alexey Milovidov
|
42618239a4
|
Update ParserDataType.cpp
|
2022-04-17 01:53:11 +03:00 |
|
Alexey Milovidov
|
cb9675d0f2
|
Revert "support UNSIGNED modifier with unused parameters of INT"
|
2022-04-16 21:23:57 +03:00 |
|
jewisliu
|
b2c10611d1
|
support UNSIGNED modifier with unused parameters of INT
|
2022-04-12 19:49:57 +08:00 |
|
Raúl Marín
|
051dddd8df
|
Reduce dependencies on ASTIdentifier.h
Goes from rebuilding 483 objects to 165 when it's modified
|
2021-11-26 16:49:40 +01:00 |
|
Alexey Milovidov
|
60f2e89cfb
|
Fix the case when DataType parser may have exponential complexity
|
2021-02-05 22:21:30 +03:00 |
|
Alexey Milovidov
|
297cfb4857
|
Less parser depth
|
2021-01-28 06:34:44 +03:00 |
|
Ivan
|
315ff4f0d9
|
ANTLR4 Grammar for ClickHouse and new parser (#11298)
|
2020-12-04 05:15:44 +03:00 |
|
Ivan
|
64bd63ca49
|
Try to parse DataType arguments as another nested type (#16262)
* Try to parse DataType arguments as another nested one
* Allow mixed lists of arguments of data types
* Restore croaring back
* Fix tests
|
2020-11-04 03:08:55 +03:00 |
|
Alexander Tokmakov
|
18ec373369
|
support (un)signed modifiers for integer types
|
2020-06-22 14:45:45 +03:00 |
|
Alexander Tokmakov
|
acd0d3c528
|
separate parser for data type
|
2020-06-18 17:09:24 +03:00 |
|