Commit Graph

3403 Commits

Author SHA1 Message Date
Amos Bird
eb129232ff
Avoid generating named tuple for special keywords 2024-07-18 02:00:45 +08:00
Vitaly Baranov
ff7f5fe808 Move view targets to separate AST class "ASTViewTargets"
in order to allow extending it to support more kinds of view targets.
2024-07-16 14:33:13 +02:00
Alexey Milovidov
15ba7534bf Fix double whitespace in EXPLAIN AST CREATE 2024-07-15 02:24:41 +02:00
Alexey Milovidov
4e56b66a9f Remove unused local variables 2024-07-14 23:16:53 +02:00
vdimir
6e762d4044
Fix aliased JOIN ON expression formatting 2024-07-10 08:57:33 +00:00
vdimir
ffa7443c77
Merge pull request #65835 from ClickHouse/vdimir/join_on_null_fix
Better handling of join conditions involving IS NULL checks
2024-07-09 20:11:30 +00:00
vdimir
811cba0557
Merge branch 'master' into vdimir/join_on_null_fix 2024-07-08 16:12:37 +02:00
Amos Bird
7e20f26735
Extend tuple() and add tupleNames() 2024-07-08 01:29:58 +08:00
Nikita Taranov
ad23d211b9 impl 2024-07-04 18:56:26 +01:00
vdimir
e68c8b6587
Merge branch 'master' into vdimir/join_on_null_fix 2024-07-04 10:41:01 +02:00
Konstantin Bogdanov
138eb924fa
Merge pull request #65626 from tonickkozlov/tonickkozlov/x509-san-validation
Add support for x509 SubjectAltName identification
2024-07-02 11:20:01 +00:00
Anton Kozlov
b1b9aaf2ec Add support for x509 SubjectAltName identification 2024-07-01 09:47:28 +00:00
vdimir
f95434f4c0
Better handling join on nulls 2024-06-28 15:08:06 +00:00
Michael Kolupaev
b5bb9fa17e git Merge remote-tracking branch 'origin/master' into emp 2024-06-27 20:40:24 +00:00
SmitaRKulkarni
4f01b9715b
Merge pull request #65273 from ClickHouse/Mask_azureblobstorage_access_key
Mask account key for azureBlobStorage
2024-06-27 09:21:43 +00:00
Nikita Mikhaylov
16641dae41
Merge pull request #65648 from ClickHouse/nool
Fix inconsistent AST formatting when a keyword is used as type name
2024-06-26 13:38:54 +00:00
Smita Kulkarni
2ec0ffd4f0 Addressed review comments 2024-06-26 14:07:38 +02:00
Konstantin Bogdanov
665b4a9d1d
Merge pull request #62829 from ClickHouse/jwt-auth-in-client
Support JWT in `clickhouse-client`
2024-06-26 07:56:28 +00:00
Michael Kolupaev
e4c84cf467 Fix inconsistent AST formatting when a keyword is used as type name 2024-06-25 08:32:06 +00:00
pufit
6e5f2f6b01
Merge branch 'master' into pufit/fix-alter-query-clone 2024-06-21 02:36:06 -04:00
Michael Kolupaev
3c929636b5 Stylish 2024-06-20 23:03:06 +00:00
Michael Kolupaev
b3a7a1aa3d Fix AST formatting of 'create table b empty as a' 2024-06-20 19:27:23 +00:00
Konstantin Bogdanov
febef93cfd
Add new AuthenticationType to minimize conflicts 2024-06-19 04:29:47 +02:00
Alexey Milovidov
9ecbc56890 Fix errors 2024-06-17 05:12:45 +02:00
Alexey Milovidov
d2d8006037 Fix error 2024-06-17 04:57:16 +02:00
Alexey Milovidov
edbd57eeb5 Merge branch 'master' into detect-lexer-errors-early 2024-06-17 04:13:06 +02:00
Han Fei
cce1af65a3
Merge pull request #64934 from hanfei1991/hanfei/stats_rmt
support statistics on replicated merge tree
2024-06-15 23:11:44 +00:00
Han Fei
e08e48a4ec Merge branch 'master' into hanfei/stats_rmt 2024-06-14 14:47:26 +00:00
Raúl Marín
0d8bd133e6
Merge pull request #64959 from canhld94/bump_fmt_9
Update fmtlib version to 9.1.0
2024-06-14 14:05:04 +00:00
Smita Kulkarni
b48a20735f Mask account key for azureBlobStorage & azureBlobStorageCluster functions 2024-06-14 13:26:23 +02:00
Smita Kulkarni
1519efe7e2 Addressed review comments 2024-06-11 11:53:33 +02:00
Smita Kulkarni
fc88d05548 Merge branch 'master' into Fix_parameterized_view_date 2024-06-11 11:06:17 +02:00
Duc Canh Le
79a660c018 Merge branch 'master' into bump_fmt_9
Fix CI
2024-06-11 03:39:03 +00:00
Duc Canh Le
de5258128e update fmtlib version to 9.1.0
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-06-07 06:44:36 +00:00
pufit
8a2e1870c7 Fix alter query clone with SQL security 2024-06-07 02:20:03 -04:00
Han Fei
823a7d37f3 support statistics on replicated merge tree 2024-06-06 20:18:42 +02:00
Alexey Milovidov
f9c243064f A tiny fix for fancy quotes 2024-06-06 04:20:20 +02:00
Han Fei
c04e7e64af Merge branch 'master' into hanfei/stats_uniq 2024-06-05 13:09:15 +02:00
Alexey Milovidov
5b7162df6e Fix trash 2024-06-05 04:37:59 +02:00
Alexey Milovidov
606daa1fe6 Merge branch 'master' into detect-lexer-errors-early 2024-06-05 04:35:13 +02:00
Han Fei
f7ca33868b Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
Alexey Milovidov
c0aad2a2b5
Merge pull request #64777 from ClickHouse/remove-iostream-debug-helpers
Remove iostream debug helpers
2024-06-04 20:44:30 +02:00
Alexey Milovidov
84914f2c3d Remove iostream_debug_helpers 2024-06-04 05:48:45 +02:00
Alexey Milovidov
f4d1f6050f
Merge pull request #64562 from bigo-sg/literal
ASTLiteral support custom type
2024-06-04 03:20:08 +00:00
shuai-xu
8c62bde552 add comments 2024-06-04 09:36:14 +08:00
shuai-xu
d0733b4886 add comments 2024-06-03 15:02:21 +08:00
Robert Schulze
18d432f44c
Reapply "Remove some unnecessary UNREACHABLEs"
This reverts commit 5a868304c0.
2024-05-29 13:37:47 +00:00
shuai-xu
00cc2c9574 ASTLiteral support custon type 2024-05-29 12:03:02 +08:00
Alexander Tokmakov
5a868304c0
Revert "Remove some unnecessary UNREACHABLEs" 2024-05-27 11:38:22 +02:00
Robert Schulze
7a552f5b06
Merge pull request #64035 from rschu1ze/unreachable-unreachable
Remove some unnecessary `UNREACHABLE`s
2024-05-26 20:37:17 +00:00
Han Fei
ee7ad460fd Merge branch 'master' into hanfei/stats_uniq 2024-05-25 18:01:21 +02:00
Robert Schulze
0d3aeddc93
Merge remote-tracking branch 'rschu1ze/master' into unreachable-unreachable 2024-05-22 07:25:00 +00:00
avogar
6bba847b7d Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-data-type 2024-05-21 09:08:24 +00:00
Alexey Milovidov
77d31b520c
Merge pull request #63992 from kashwy/fix_client_abort
fix_client_abort: Resolve Client Abortion When Using KQL Table function
2024-05-21 04:34:39 +02:00
Han Fei
b8e7e99c91 Merge branch 'master' into hanfei/stats_uniq 2024-05-21 01:28:36 +02:00
Alexey Milovidov
21ea31a374 Resolve conflicts 2024-05-20 09:18:38 +02:00
Robert Schulze
2909e6451b
Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
Robert Schulze
9969f9cf30
Merge remote-tracking branch 'rschu1ze/master' into unreachable-unreachable 2024-05-19 08:26:39 +00:00
Kruglov Pavel
c861ac4858
Merge branch 'master' into dynamic-data-type 2024-05-17 22:17:41 +02:00
Alexey Milovidov
8e838c2805
Merge pull request #59183 from azat/mv/extended-syntax-for-inner-table
Fix passing projections/indexes/primary key from columns list from CREATE query into inner table of MV
2024-05-17 20:21:08 +02:00
Robert Schulze
e560bd8a1a
Incorporate review feedback 2024-05-17 14:37:47 +00:00
Robert Schulze
53e992af4f
Remove some unnecessary UNREACHABLEs 2024-05-17 11:46:07 +00:00
Han Fei
a19fb0aea5 Merge branch 'master' into hanfei/stats_uniq 2024-05-17 12:07:04 +02:00
avogar
4b178b5d35 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-data-type 2024-05-16 22:03:59 +00:00
Yong Wang
fd322df568 fix_client_abort: Resolve Client Abortion Issue When Using KQL Table Function in Interactive Mode 2024-05-16 10:24:56 -07:00
avogar
f19615788b Fix special build 2024-05-15 22:37:33 +00:00
Alexey Milovidov
12eee94bfa
Merge pull request #63801 from ClickHouse/make-token-iterator-lazy-as-it-should-be
Make `TokenIterator` lazy as it should be
2024-05-15 14:46:41 +00:00
Kruglov Pavel
413be14c43
Merge branch 'master' into dynamic-data-type 2024-05-15 13:43:04 +02:00
Alexey Milovidov
aebcbf6a84 Allow trailing comma in the columns list in INSERT query 2024-05-15 04:39:36 +02:00
Alexey Milovidov
d79fb39a90 Make TokenIterator lazy as it should be 2024-05-15 03:27:08 +02:00
Kseniia Sumarokova
fab4217293
Merge pull request #63756 from ClickHouse/fix-disk-hidden-arg
Do not hide disk name
2024-05-14 19:47:20 +00:00
Han Fei
79bbe0b587 Merge branch 'master' into hanfei/stats_uniq 2024-05-14 18:16:52 +02:00
Han Fei
bb29c3b7b4 address part of comments 2024-05-14 18:16:01 +02:00
kssenii
8774fd2a1b Fix 2024-05-14 13:09:56 +02:00
Kruglov Pavel
6207f6f4a5
Merge branch 'master' into dynamic-data-type 2024-05-10 13:42:38 +02:00
Alexey Milovidov
426a51b624 Useless changes 2024-05-10 04:53:29 +02:00
Alexey Milovidov
224e1940ae Useless changes 2024-05-09 03:58:34 +02:00
Alexey Milovidov
0d14a2c67e Useless changes 2024-05-09 03:11:02 +02:00
Alexey Milovidov
1d69518c4d Useless changes 2024-05-09 02:07:04 +02:00
Alexey Milovidov
95f12ef274 Useless changes 2024-05-09 01:08:33 +02:00
Smita Kulkarni
5eeadb6c07 Support running function for parameterized view value assignment 2024-05-08 10:55:26 +02:00
Alexey Milovidov
605faebb17
Merge pull request #63357 from ClickHouse/fudge
Fix AST parsing of invalid type names
2024-05-07 09:50:29 +02:00
Alexey Milovidov
cef4f746ce
Merge pull request #63425 from CurtizJ/fix-create-index-parsing
Fix parsing of `CREATE INDEX` query
2024-05-07 01:14:39 +00:00
Michael Kolupaev
313843331b Fix AST parsing of invalid type names 2024-05-06 21:52:46 +00:00
Anton Popov
216cd83b8e fix parsing of CREATE INDEX query 2024-05-06 17:53:08 +00:00
Yarik Briukhovetskyi
2ede89392c
Merge branch 'ClickHouse:master' into truncate_all_tables_from 2024-05-06 16:20:24 +02:00
Alexey Milovidov
f576711361 Finish implementation 2024-05-05 04:23:58 +02:00
Alexey Milovidov
33ace84174 Merge branch 'master' into fancy-quotes 2024-05-05 03:59:26 +02:00
Yarik Briukhovetskyi
15c3da9e3e
Merge branch 'ClickHouse:master' into truncate_all_tables_from 2024-05-03 19:35:59 +02:00
Yarik Briukhovetskyi
e52508b912
Update ParserDropQuery.cpp 2024-05-01 19:03:28 +02:00
Yarik Briukhovetskyi
1c361d0daa
Update ParserQuery.cpp 2024-05-01 18:36:42 +02:00
Yarik Briukhovetskyi
2281945d72
remove whitespaces 2024-05-01 18:31:17 +02:00
Yarik Briukhovetskyi
637eb754a9
fix due to review 2024-05-01 18:16:37 +02:00
Yarik Briukhovetskyi
a40e8a15c5
remove 'DATABASE' keyword 2024-05-01 17:37:41 +02:00
yariks5s
f0fc9f23c4 init 2024-05-01 15:29:45 +00:00
Robert Schulze
f29574d043
Merge remote-tracking branch 'ClickHouse/master' into optimize_drop_tables 2024-04-30 19:25:22 +00:00
avogar
df92f42237 Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
pufit
677a76c8d8
Merge branch 'master' into pufit/fix-dump-ast-with-sql-security 2024-04-30 10:05:22 -04:00
Alexey Milovidov
a501887f15 Fancy quotes 2024-04-30 05:15:35 +02:00
pufit
2c0e880909 Format SQL security option only in CREATE VIEW queries. 2024-04-29 20:50:48 -04:00