Alexey Milovidov
|
d4f5310358
|
Miscellaneous [#CLICKHOUSE-2]
|
2019-01-07 22:57:32 +03:00 |
|
Alexey Milovidov
|
0dfa553fca
|
Added more warnings from clang's -Weverything, that are available in clang 8
|
2019-01-07 13:40:58 +03:00 |
|
Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|
Alexey Milovidov
|
c77930fe30
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
|
Alexey Milovidov
|
141e9799e4
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
|
Alexey Milovidov
|
bbed8a8ca8
|
Fixed bad code [#CLICKHOUSE-3]
|
2018-11-24 04:20:27 +03:00 |
|
Alexey Milovidov
|
dbbacf4f87
|
Added more style checks [#CLICKHOUSE-3]
|
2018-11-23 21:52:00 +03:00 |
|
alexey-milovidov
|
2c2d75cceb
|
Don't allow exceptions without code (#3645)
* Don't allow exceptions without code #3633
* Don't allow exceptions without code #3633
|
2018-11-23 00:19:58 +03:00 |
|
Amos Bird
|
3cf2177268
|
Flexible fields assignment
Field f;
before:
f = Int64(-42);
after:
f = -42;
|
2018-10-24 08:47:33 +08:00 |
|
Alexey Milovidov
|
fec8ceba3d
|
Every function in its own file, part 3
|
2018-09-10 03:51:08 +03:00 |
|
Alexey Milovidov
|
b9c4820bdd
|
Addition to prev. revision [#CLICKHOUSE-2]
|
2018-09-02 06:52:04 +03:00 |
|
Alexey Milovidov
|
fc27be314b
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
|
Nikolai Kochetov
|
476d4b339c
|
Immutable construction for columns
|
2018-03-20 22:45:10 +03:00 |
|
Nikolai Kochetov
|
ff0328aee7
|
fix build [#CLICKHOUSE-2998]
|
2018-01-22 13:18:55 +03:00 |
|
Nikolai Kochetov
|
677758edaa
|
added function arrayResize [#CLICKHOUSE-2998]
added test for arrayResize [#CLICKHOUSE-2998]
|
2018-01-19 22:32:06 +03:00 |
|
Nikolai Kochetov
|
4fb9ad3981
|
added push to GatherUtils [#CLICKHOUSE-2998]
|
2018-01-19 22:32:01 +03:00 |
|
Nikolai Kochetov
|
ea7ccda006
|
added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998]
|
2018-01-19 16:48:18 +03:00 |
|
Nikolai Kochetov
|
de274b317a
|
added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998]
|
2018-01-18 18:50:35 +03:00 |
|
Nikolai Kochetov
|
8ceb85bcca
|
moved GatherUtils* to GatherUtils/ [#CLICKHOUSE-3504]
|
2018-01-10 21:59:48 +03:00 |
|