Artem Zuikov
|
380ab37c9b
|
fix transformQueryForExternalDatabase()
|
2020-02-29 23:27:13 +03:00 |
|
Pradeep Chhetri
|
4941fdfe4b
|
Fix some spelling mistakes
|
2020-01-11 17:51:33 +08:00 |
|
Alexey Milovidov
|
e65b57369e
|
transformQueryForExternalDatabase: fixed constant folding for Date and DateTime
|
2019-10-09 23:13:34 +03:00 |
|
Alexey Milovidov
|
b302fec362
|
Fixed bad code in transformQueryForExternalDatabase
|
2019-10-09 22:58:50 +03:00 |
|
Dmitry Rubashkin
|
f1f85a5a24
|
Fixed case with single subquery and added tests.
|
2019-08-27 16:09:58 +03:00 |
|
Dmitry Rubashkin
|
0c75d5f42b
|
Function transformQueryForExternalDatabase() fixed
|
2019-08-26 22:03:47 +03:00 |
|
chertus
|
e06c994b0e
|
refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer
|
2019-08-09 17:50:04 +03:00 |
|
Alexey Milovidov
|
b075de45d6
|
Fixed test
|
2019-05-17 01:51:26 +03:00 |
|
Alexey Milovidov
|
dd9e993a87
|
Fixed issue #3540 (in progress)
|
2019-05-17 00:09:06 +03:00 |
|
chertus
|
a698700faf
|
fix tests (external storages)
|
2019-04-10 14:44:58 +03:00 |
|
chertus
|
82dc1fb1db
|
rewrite ASTSelectQuery (consistent children)
|
2019-04-09 17:22:35 +03:00 |
|
Ivan Lezhankin
|
61954d855d
|
More reverts
|
2019-03-15 20:09:14 +03:00 |
|
Ivan Lezhankin
|
d1ead22073
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
|
Ivan Lezhankin
|
a7e838e328
|
Replace all other casts to method IAST::As<Derived>
Also remove some redundant methods like IsIdentifier() et. al.
|
2019-03-11 15:49:39 +03:00 |
|
Ivan Lezhankin
|
0e325c7a4a
|
Replace const typeid_casts with As<Derived>() method invocations
|
2019-03-08 12:48:20 +03:00 |
|
chertus
|
dbb88e8cb4
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
|
chertus
|
729ca697d9
|
minor SyntaxAnalyzer refactoring
|
2019-01-09 19:16:59 +03:00 |
|
Nikolai Kochetov
|
1e9aeba603
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-09 18:01:18 +03:00 |
|
Nikolai Kochetov
|
726ae0cb9a
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-08 19:47:12 +03:00 |
|
Alex Zatelepin
|
fc99b7d389
|
style fixes
|
2018-10-29 17:17:58 +03:00 |
|
hotid
|
f22779ad15
|
stop generating empty WHERE () section in mysql queries
|
2018-10-26 20:14:43 +03:00 |
|
VadimPE
|
bcf8d5517e
|
CLICKHOUSE-3947 fix const
|
2018-10-09 17:21:19 +03:00 |
|
VadimPE
|
da712d0036
|
CLICKHOUSE-3947 fix copy-paste and const
|
2018-10-09 17:13:08 +03:00 |
|
VadimPE
|
40350c47e1
|
CLICKHOUSE-3947 del unused result_string
|
2018-10-03 15:10:35 +03:00 |
|
VadimPE
|
8df97e32af
|
CLICKHOUSE-3947 fix bug with query.clone()
|
2018-10-03 15:03:39 +03:00 |
|
VadimPE
|
4152c34fbb
|
CLICKHOUSE-4021 fix build
|
2018-10-03 13:08:02 +03:00 |
|
Vadim
|
0849e1e218
|
Update transformQueryForExternalDatabase.cpp
|
2018-10-01 17:06:36 +03:00 |
|
VadimPE
|
d0981b733d
|
CLICKHOUSE-3947 add recursive search for constant expressions
|
2018-10-01 16:27:39 +03:00 |
|
VadimPE
|
60653fc042
|
CLICKHOUSE-3947 fix style
|
2018-09-21 14:33:58 +03:00 |
|
VadimPE
|
3547334ba5
|
fix
|
2018-09-20 17:39:02 +03:00 |
|
VadimPE
|
c377389f62
|
CLICKHOUSE-3947 add LIKE and IN ()
|
2018-09-20 17:34:30 +03:00 |
|
Alexey Milovidov
|
245b114363
|
Quote all identifiers when querying external database #2635
|
2018-07-20 03:04:48 +03:00 |
|
Alexey Milovidov
|
ac37b89b16
|
Better UNION ALL: development #1947
|
2018-02-26 12:05:06 +03:00 |
|
Alexey Milovidov
|
601ff1eee4
|
Simplification of AST #1947
|
2018-02-26 06:37:08 +03:00 |
|
Alexey Milovidov
|
104b09604a
|
Merging [#CLICKHOUSE-3114]
|
2017-12-28 00:45:05 +03:00 |
|
Alexey Milovidov
|
b2fcf06353
|
Merging [#CLICKHOUSE-3114]
|
2017-12-27 00:34:06 +03:00 |
|