proller
|
e2a94d0fbb
|
Add new bug.
|
2019-06-04 20:03:41 +03:00 |
|
proller
|
6c1cb02172
|
CLICKHOUSE-4523 Fix "Column '0' already exists" in SELECT .. PREWHERE on column with DEFAULT (#5397)
* CLICKHOUSE-4523 Fix "Column '0' already exists" in SELECT .. PREWHERE on column with DEFAULT
* fix style
* Fix build
* Update iostream_debug_helpers.cpp
* Update evaluateMissingDefaults.cpp
|
2019-05-25 14:03:12 +03:00 |
|
Alexey Milovidov
|
ce9b5a4341
|
Added bug #5066
|
2019-04-24 19:52:44 +03:00 |
|
Ivan
|
957d23267b
|
Minimal implementation of row-level security CLICKHOUSE-4315 (#4792)
For detailed description see the related PR
|
2019-03-29 23:31:06 +03:00 |
|
Alexey Milovidov
|
87e72a9941
|
Removed bug (already fixed) #4108
|
2019-03-26 20:27:03 +03:00 |
|
Alexey Milovidov
|
75f1ba6763
|
Added bug
|
2019-03-26 20:23:59 +03:00 |
|
Alexey Zatelepin
|
f7217d99dd
|
move test script that caused a crash from bugs/ to tests
|
2019-03-07 21:16:36 +03:00 |
|
alexey-milovidov
|
ee903886e6
|
Merge pull request #4387 from abyss7/CLICKHOUSE-4268
Improve push-down logic for joined statements
|
2019-03-02 04:19:50 +03:00 |
|
Alexey Zatelepin
|
9e157dbd64
|
move test script from bugs to tests [#CLICKHOUSE-3789]
|
2019-02-28 11:50:35 +03:00 |
|
Ivan Lezhankin
|
fa273bb73b
|
Improve push-down predicate tests.
|
2019-02-26 13:17:25 +03:00 |
|
Alexey Milovidov
|
8c850a2e6a
|
Added a test from Boris Granveaud
|
2019-02-08 22:40:19 +03:00 |
|
Alexey Milovidov
|
7100a74e41
|
Removed bug
|
2019-01-27 00:40:24 +03:00 |
|
proller
|
5328251ff1
|
Fix build without protobuf, gtest, cppkafka (#4152)
|
2019-01-25 23:02:03 +03:00 |
|
Nikolai Kochetov
|
3b0c67b6cd
|
Added test with all joins to bugs.
|
2019-01-22 19:21:55 +03:00 |
|
Alexey Milovidov
|
63f62f2548
|
Added a bug #3837
|
2019-01-16 03:22:10 +03:00 |
|
Alexey Milovidov
|
531560a6a5
|
Added bug [#CLICKHOUSE-3695]
|
2018-12-30 06:22:05 +03:00 |
|
Alexey Milovidov
|
e5729c58b1
|
Added bug [#CLICKHOUSE-4235]
|
2018-12-29 03:31:49 +03:00 |
|
Alexey Milovidov
|
3725116793
|
Added a test from Boris Granveaud #3421
|
2018-12-28 23:58:52 +03:00 |
|
alexey-milovidov
|
add2c0a6fc
|
Merge branch 'master' into int-round-overflow
|
2018-12-24 15:50:13 +03:00 |
|
Alexey Milovidov
|
8c00157bc8
|
Merge branch 'master' into fix-buffer-overflow-in-add-days
|
2018-12-24 02:18:16 +03:00 |
|
Alexey Milovidov
|
80f155cfda
|
Fixed overflow in rounding functions with integer argument and large negative scale [#CLICKHOUSE-2]
|
2018-12-24 02:12:30 +03:00 |
|
Alexey Milovidov
|
aca29588c7
|
Added test for already fixed bug [#CLICKHOUSE-2]
|
2018-12-24 01:39:49 +03:00 |
|
alexey-milovidov
|
f04f13a77a
|
Merge branch 'master' into fix-buffer-overflow-in-add-days
|
2018-12-24 01:23:32 +03:00 |
|
Alexey Milovidov
|
7678db6e9d
|
Added a test for already fixed bug [#CLICKHOUSE-2]
|
2018-12-24 01:22:55 +03:00 |
|
Alexey Milovidov
|
c828afd3db
|
Added a test for already fixed bug [#CLICKHOUSE-2]
|
2018-12-24 01:20:44 +03:00 |
|
Alexey Milovidov
|
5ccf9e1d54
|
Updated test #3913
|
2018-12-24 01:16:04 +03:00 |
|
Alexey Milovidov
|
fac239147d
|
Added test #3909
|
2018-12-22 19:19:16 +03:00 |
|
Alexey Milovidov
|
5a0feee45e
|
Removed "conditional computations" feature, because it is not ready #2272
|
2018-11-26 04:39:04 +03:00 |
|
alexey-milovidov
|
0b2848b0f2
|
Merge pull request #3662 from yandex/fixed-error-in-lower-upper-utf8
Fixed error in lowerUTF8 and upperUTF8 functions
|
2018-11-26 02:24:41 +03:00 |
|
Alexey Milovidov
|
ed48b38454
|
Added two more bugs [#CLICKHOUSE-2]
|
2018-11-26 02:23:01 +03:00 |
|
Alexey Milovidov
|
4cb7f2896c
|
Fixed error in lowerUTF8 and upperUTF8 functions [#CLICKHOUSE-2]
|
2018-11-26 01:26:36 +03:00 |
|
Alexey Milovidov
|
5a045ff11c
|
Fixed error in URL functions [#CLICKHOUSE-2]
|
2018-11-25 03:31:24 +03:00 |
|
Alexey Milovidov
|
244e64a757
|
Removed bug [#CLICKHOUSE-3]
|
2018-11-24 06:22:38 +03:00 |
|
proller
|
37a9af5a68
|
CLICKHOUSE-4109 mlock clickhouse (#3553)
* CLICKHOUSE-4109 mlock clickhouse
* wip
* Fix
* wip
* fix
* fix
* better place
* wip
* clean
* tidy
* fix
|
2018-11-14 04:11:13 +03:00 |
|
proller
|
71403c3ff8
|
StorageSystemContributors.sh debug (#3491)
* Sql fuzzy test
* wip
* wip
* wip
* wip
* wip
* Build fixes
* better
* bugs
* wip
* fix
* Fix test
* build fixes
* better
* wip
* fix test
* StorageSystemContributors.sh debug
* debug
* wip
* more
* Fix jemalloc include
* more
|
2018-11-01 17:07:14 +03:00 |
|
proller
|
713c44c3db
|
Build fixes (#3466)
|
2018-10-25 18:23:41 +03:00 |
|
proller
|
7dafcacd15
|
Build fixes (#3459)
|
2018-10-24 20:20:27 +03:00 |
|
proller
|
0a9d6f91d2
|
SQL fuzz test (#3442)
* Sql fuzzy test
* wip
* wip
* wip
* wip
* wip
|
2018-10-23 23:14:43 +03:00 |
|
zhang2014
|
133363e8e3
|
ISSUES-2312 fix nested view & joined view without database
|
2018-10-17 14:35:16 +08:00 |
|
Alexey Milovidov
|
36f5ce728d
|
Added fixture #2312
|
2018-10-17 03:30:46 +03:00 |
|
Alexey Milovidov
|
faffe1e82a
|
Added test [#CLICKHOUSE-3901]
|
2018-10-17 00:27:07 +03:00 |
|
Alexey Milovidov
|
6d6e237ac9
|
More simple test [#CLICKHOUSE-3901]
|
2018-10-16 23:51:12 +03:00 |
|
Alexey Milovidov
|
b6e9a2b293
|
Added fixture [#CLICKHOUSE-3901]
|
2018-10-16 23:48:13 +03:00 |
|
Alexey Milovidov
|
42d5418257
|
Added fixture [#CLICKHOUSE-4016]
|
2018-10-14 11:05:13 +03:00 |
|