Alexey Milovidov
|
c52a91caf6
|
Remove dependencies
|
2023-11-11 06:59:20 +01:00 |
|
Maksim Kita
|
c030fd05e7
|
ActionsDAG rename index to outputs
|
2022-08-08 18:01:32 +02: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 |
|
Maksim Kita
|
b1a956c5f1
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
|
Nikolai Kochetov
|
22a938f83d
|
Simplify a little bit.
|
2022-02-14 14:53:32 +01:00 |
|
Nikolai Kochetov
|
ebb5d1807d
|
Always remove unused actipns from addMissingDefaults
|
2022-02-14 12:49:07 +00:00 |
|
Nikolai Kochetov
|
96ba5b14c5
|
Update addMissingDefaults.cpp
|
2022-01-17 22:35:12 +02:00 |
|
Nikolai Kochetov
|
65519527ef
|
Update addMissingDefaults.cpp
Fix style
|
2022-01-17 22:35:11 +02:00 |
|
alexeypavlenko
|
690590f7c3
|
Fix default value generation for columns with dot
|
2022-01-17 22:35:11 +02:00 |
|
kssenii
|
54a7a6ef0d
|
Allow null to default convertion only if column has default
|
2021-04-23 09:55:57 +00:00 |
|
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 |
|
Nikolai Kochetov
|
4d697c27e4
|
Fix some tests.
|
2021-03-09 19:54:06 +03:00 |
|
Nikolai Kochetov
|
15921fbfcb
|
Remove index by name from ActionsDAG
|
2021-03-03 23:01:07 +03:00 |
|
Nikolai Kochetov
|
af214e794f
|
Review fixes.
|
2021-02-10 15:45:39 +03:00 |
|
Nikolai Kochetov
|
8ba9576ed9
|
Added comment.
|
2021-02-09 22:52:48 +03:00 |
|
Nikolai Kochetov
|
27d607a955
|
Respect header in addMissingDefaults
|
2021-02-09 22:48:34 +03:00 |
|
Nikolai Kochetov
|
d563cfb2be
|
Fix tests.
|
2021-02-05 22:22:11 +03:00 |
|
Nikolai Kochetov
|
5aa27a6dd1
|
Fix tests.
|
2021-02-05 21:21:48 +03:00 |
|
Nikolai Kochetov
|
a761143286
|
Fix tests.
|
2021-02-05 21:19:41 +03:00 |
|
Nikolai Kochetov
|
a7f58da87e
|
Fix tests.
|
2021-02-05 19:35:21 +03:00 |
|
Nikolai Kochetov
|
85c175883e
|
Rename functions.
|
2021-02-05 18:11:26 +03:00 |
|
Nikolai Kochetov
|
9869f70a0d
|
Remove AddMissed step and transform.
|
2021-02-05 14:41:44 +03:00 |
|
Nikolai Kochetov
|
d9aa1096cf
|
Build actions dag to evaluate missing defaults.
|
2021-02-04 23:36:50 +03:00 |
|
alesapin
|
17b86dec96
|
Recursive defaults
|
2020-10-02 15:38:50 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|