vdimir
|
976a274f91
|
Add comment for visiting children of select in ApplyWithGlobalVisitor
|
2022-05-13 10:53:26 +00:00 |
|
vdimir
|
dc2a90a344
|
ApplyWithGlobalVisitor for WITH in subquery
|
2022-05-13 10:40:51 +00:00 |
|
Robert Schulze
|
118e94523c
|
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
|
2022-04-18 23:53:11 +02:00 |
|
kssenii
|
6bc7fb1edf
|
Fixes
|
2021-11-10 09:33:48 +00:00 |
|
kssenii
|
bfde7fd36c
|
Better
|
2021-11-09 12:06:43 +00:00 |
|
kssenii
|
35349056b8
|
Fix
|
2021-11-01 16:33:19 +03:00 |
|
Amos Bird
|
9e28fd4a8e
|
make clang happy
|
2021-01-26 10:29:12 +08:00 |
|
Amos Bird
|
b6a5d2f8e9
|
Fix non-select queries
|
2021-01-26 10:29:12 +08:00 |
|
Amos Bird
|
3afcccaad2
|
Fix global with after union refactoring
|
2021-01-26 10:29:12 +08:00 |
|
Amos Bird
|
ac102540d0
|
Global WITH and WITH propagation.
|
2020-10-08 15:03:34 +08:00 |
|