Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Kruglov Pavel
|
2e7f756d7c
|
Merge pull request #21494 from ucasFL/format
add --backslash option for clickhouse-format
|
2021-03-12 14:31:58 +03:00 |
|
feng lv
|
ba16896162
|
add --backslash option for clickhouse-format
fix
fix
fix
|
2021-03-06 12:29:16 +00:00 |
|
feng lv
|
d208013161
|
add test
fix
fix
fix
|
2021-03-06 05:03:53 +00:00 |
|
feng lv
|
cbeb2853fb
|
improve clickhouse-format
fix
fix error word
|
2021-02-28 11:34:25 +00:00 |
|
Alexey Milovidov
|
bb4668fd6e
|
Fix bug: no newline after exception message in some tools
|
2020-12-24 00:18:08 +03:00 |
|
Alexander Tokmakov
|
5cdfcfb307
|
remove other stringstreams
|
2020-11-09 22:12:44 +03:00 |
|
Alexander Tokmakov
|
62ff00ee8b
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
|
Alexey Milovidov
|
ed4ff51ed8
|
Integrate into clickhouse-format; add test and comments
|
2020-09-26 03:38:59 +03:00 |
|
alexey-milovidov
|
580c218680
|
Update Format.cpp
|
2020-05-12 19:21:37 +03:00 |
|
dgrr
|
340ca06979
|
Changed formatting of Format.cpp (to fit ClickHouse's)
|
2020-05-12 18:13:34 +02:00 |
|
dgrr
|
6425e5453b
|
Added multiple query formatting on clickhouse-format
|
2020-05-12 16:56:52 +02:00 |
|
Alexey Milovidov
|
cdeda4ab91
|
Fix usage of max_parser_depth setting; remove harmful default function arguments
|
2020-04-16 04:06:10 +03:00 |
|
Ivan
|
97f2a2213e
|
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
|
2020-04-02 02:51:21 +03:00 |
|