Commit Graph

127 Commits

Author SHA1 Message Date
Nikolay Degterinsky
ea4235d4ed Try to fix lambda parsing 2022-11-05 01:30:07 +00:00
Nikolay Degterinsky
b2ab692d87 Safer getResult() 2022-10-27 10:03:03 +00:00
Nikolay Degterinsky
488c220046 Fix bug in ParserFunction 2022-10-27 01:56:25 +00:00
Nikolay Degterinsky
8c6d5cdbac
Merge pull request #42514 from evillique/fix-aliases
Fix aliases
2022-10-26 07:45:37 +02:00
Nikolay Degterinsky
62a33b12d5
Small refactor 2022-10-25 11:24:42 +02:00
Nikolay Degterinsky
8a9cfa9b17
Merge branch 'master' into fix-aliases 2022-10-25 02:28:40 +02:00
Nikolay Degterinsky
171ed8dd4e Apply suggestions from review 2022-10-24 20:38:04 +00:00
Maksim Kita
0892f485bb Fix lambda tests 2022-10-24 10:22:21 +02:00
Nikolay Degterinsky
dd98608b78
Fix segfault in expression parser 2022-10-23 19:49:00 +02:00
Nikolay Degterinsky
fb67a2f2ce Fixes & improvements 2022-10-21 00:16:24 +00:00
Nikolay Degterinsky
159a251f78 Fix aliases 2022-10-19 23:39:35 +00:00
Nikolay Degterinsky
f485c32317 Small improvements 2022-10-19 23:38:44 +00:00
Nikolay Degterinsky
db85f97a3f Fix 2022-09-16 08:55:58 +00:00
Nikolay Degterinsky
f63b2d4b9f Revert some breaking changes 2022-09-16 03:29:34 +00:00
Nikolay Degterinsky
36c3a18035 Fix tests 2022-09-16 02:38:14 +00:00
Nikolay Degterinsky
2e2d804b90 Better 2022-09-15 21:54:37 +00:00
Nikolay Degterinsky
6d01f92641 Fix silly bug & little enhancement 2022-09-15 00:48:14 +00:00
Nikolay Degterinsky
ab4e3b831e Fix TableFunction expressions 2022-09-14 09:44:51 +00:00
Nikolay Degterinsky
48ec96149e Fix style 2022-09-13 21:07:15 +00:00
Nikolay Degterinsky
d42a751c1f Fix table function view & more cool stuff 2022-09-13 20:31:08 +00:00
Nikolay Degterinsky
26bfabbb39 Fix bugs & remove old parsers 2022-09-12 15:26:45 +00:00
Nikolay Degterinsky
4fb9bafb2e Fixes & remove more of old parser 2022-09-09 18:40:39 +00:00
Nikolay Degterinsky
f83aba3586 Fix tests 2022-09-07 21:41:37 +00:00
Nikolay Degterinsky
f2588764f8 Fix checkpoints & array parser 2022-09-07 01:45:13 +00:00
Nikolay Degterinsky
a9ece94645 Fix style 2022-09-05 16:38:24 +00:00
Nikolay Degterinsky
11fb90b281 Better 2022-09-05 16:24:37 +00:00
Nikolay Degterinsky
33c070a5e0 Merge remote-tracking branch 'upstream/master' into new_parser 2022-09-01 13:08:36 +00:00
Duc Canh Le
8590cc46c4 implement intersect + except distinct 2022-08-30 18:09:01 +08:00
Nikolay Degterinsky
bd9b51ad72 Merge remote-tracking branch 'upstream/master' into new_parser 2022-08-15 21:18:57 +00:00
Nikolai Kochetov
7797f84f19 Refactor a little bit. 2022-08-12 19:20:17 +00:00
Nikolay Degterinsky
ff2e4ff156 Fix tests, refactor 2022-08-10 04:58:59 +00:00
Nikolay Degterinsky
7577b78eab Fix style 2022-08-04 10:06:18 +00:00
Nikolay Degterinsky
9abc87de4b Fix any/all, case, refactor, add comments 2022-08-04 09:32:14 +00:00
Constantine Peresypkin
b9d7cd6a5d add settings for executable table func
SELECT * FROM executable('<script name>', '<format>', '<columns>', (SELECT * FROM table), SETTINGS max_command_execution_time=100, command_termination_timeout=100)

fixes #38908
2022-07-30 20:02:56 +02:00
Nikolay Degterinsky
01ee10a588 Better 2022-07-14 12:11:14 +00:00
Nikolay Degterinsky
c7fda1352c Fix 2022-06-30 00:06:02 +00:00
Nikolay Degterinsky
369ff1807c Final replace of ParserExpression 2022-06-29 23:26:55 +00:00
Nikolay Degterinsky
511bc34157 Final replace of ParserExpression 2022-06-29 22:33:45 +00:00
Nikolay Degterinsky
b94a5c1051 Refactor 2022-06-29 21:51:58 +00:00
Nikolay Degterinsky
84294aefc9 Fix unit test 2022-06-27 13:49:37 +00:00
Nikolay Degterinsky
7299f81739 Fixes 2022-06-24 22:33:20 +00:00
Nikolay Degterinsky
9b8edc808c Replace ParserExpression everywhere 2022-06-24 15:42:44 +00:00
Nikolay Degterinsky
2a496bdef1 Small fixes 2022-06-24 11:41:13 +00:00
Nikolay Degterinsky
aba44f9fb8 Add GROUPING, ANY/ALL operators, fixes 2022-06-23 08:18:14 +00:00
Nikolay Degterinsky
4dc064bb60 Merge remote-tracking branch 'upstream/master' into new_parser 2022-06-22 22:01:52 +00:00
Nikolay Degterinsky
b9b0c4c637 Improvements 2022-06-22 21:59:20 +00:00
Nikolay Degterinsky
363a090186 Add FILTER & OVER. Refactor. Bug fixes 2022-06-16 01:53:55 +00:00
Nikolay Degterinsky
ea9ee2ca50 Fix arrayElement & CAST, add DISTINCT & ALL 2022-06-02 22:07:14 +00:00
Nikolay Degterinsky
daa20441a7 Add operator BETWEEN 2022-05-26 23:38:25 +00:00
Nikolay Degterinsky
45544da019 Fix Aliases in special cases 2022-05-26 22:53:37 +00:00