Alexey Milovidov
|
baa85f0a88
|
Fix timeout in sql_fuzzy test
|
2020-08-14 04:35:02 +03:00 |
|
Amos Bird
|
ffcbfc383b
|
remove obsolete comments
|
2020-08-12 09:30:40 +08:00 |
|
Vitaly Baranov
|
3b9f5a827c
|
Fix getting settings specified in query.
|
2020-08-10 01:07:23 +03:00 |
|
alexey-milovidov
|
be38b0fe75
|
Merge pull request #13497 from amosbird/tdm
Better toDate/toDateTime functions.
|
2020-08-09 02:14:58 +03:00 |
|
alexey-milovidov
|
ba5988dcf6
|
Merge pull request #13446 from ClickHouse/fix-netloc
Function "netloc": fix wrong code.
|
2020-08-09 01:39:46 +03:00 |
|
Amos Bird
|
ba204fe3b2
|
fix test and add alias to FROM_UNIXTIME
|
2020-08-09 00:24:43 +08:00 |
|
alexey-milovidov
|
beed3c8244
|
Merge pull request #13500 from ClickHouse/hardening-and-better-error-messages
Hardening and better error messages
|
2020-08-08 17:13:43 +03:00 |
|
alexey-milovidov
|
c0fef71507
|
Merge pull request #13511 from ClickHouse/codespell
Fix typos in code with codespell.
|
2020-08-08 17:09:16 +03:00 |
|
Amos Bird
|
d9de96716a
|
string to date is not monotonic
|
2020-08-08 14:30:50 +08:00 |
|
Alexey Milovidov
|
6663f21fdd
|
Fix error
|
2020-08-08 05:02:36 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
Alexey Milovidov
|
ac2de4cc95
|
Fix build
|
2020-08-08 03:08:41 +03:00 |
|
Alexey Milovidov
|
ec281cd703
|
Fix assert in "lcm"
|
2020-08-08 02:01:05 +03:00 |
|
Alexey Milovidov
|
d026d4e289
|
Fix error
|
2020-08-07 23:53:46 +03:00 |
|
Alexey Milovidov
|
3c3350451e
|
Merge branch 'master' into fix-netloc
|
2020-08-07 22:57:46 +03:00 |
|
alexey-milovidov
|
cbe9878e9e
|
Update FunctionsConversion.h
|
2020-08-07 22:53:52 +03:00 |
|
alexey-milovidov
|
65b3863a9e
|
Update FunctionsConversion.h
|
2020-08-07 22:52:21 +03:00 |
|
Alexey Milovidov
|
f968ae8804
|
Hardening continued
|
2020-08-07 22:45:29 +03:00 |
|
Amos Bird
|
9938e1f3f6
|
Better toDate/toDateTime function.
|
2020-08-08 03:38:34 +08:00 |
|
Nikolai Kochetov
|
7a9b244f37
|
Push ci
|
2020-08-07 11:29:41 +03:00 |
|
Alexey Milovidov
|
1f2d0dce3e
|
Remove useless header file
|
2020-08-07 04:07:51 +03:00 |
|
Alexey Milovidov
|
d1ed1fb83a
|
Fix error
|
2020-08-07 04:04:37 +03:00 |
|
Nikolai Kochetov
|
38c1d3b061
|
Fix build.
|
2020-08-06 16:47:08 +03:00 |
|
Nikolai Kochetov
|
b28e121967
|
Fix tuple with NULL exement comparison.
|
2020-08-06 15:54:14 +03:00 |
|
Alexey Milovidov
|
d91471ea00
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-04 15:28:47 +03:00 |
|
alexey-milovidov
|
43f048d2cb
|
Merge pull request #13277 from ClickHouse/fix-fuzz-test5
Fix range checks in h3 functions
|
2020-08-04 01:29:33 +03:00 |
|
Alexey Milovidov
|
1d091738dd
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-03 20:41:47 +03:00 |
|
Alexey Milovidov
|
7bd0620deb
|
Added another check just in case
|
2020-08-03 19:39:08 +03:00 |
|
Alexey Milovidov
|
0e515aa1c9
|
Fixup
|
2020-08-03 17:49:50 +03:00 |
|
Alexey Milovidov
|
41f30d3bd8
|
Fix range checks in h3 functions
|
2020-08-03 17:32:14 +03:00 |
|
Alexander Tokmakov
|
5b92f43f12
|
Merge branch 'master' into database_atomic_improvements
|
2020-08-03 14:35:40 +03:00 |
|
alexey-milovidov
|
851e1a70d3
|
Merge pull request #13226 from ClickHouse/fix-if-nullable-cond-return-type
Fix function if with nullable constexpr as cond that is not literal NULL
|
2020-08-03 06:11:54 +03:00 |
|
alexey-milovidov
|
6097f6a43e
|
Merge pull request #13212 from ClickHouse/materialize-null
Function "materialize" should work for NULL as expected
|
2020-08-03 02:10:24 +03:00 |
|
alexey-milovidov
|
84e88f661e
|
Merge pull request #13213 from ClickHouse/fix-fuzz-test2
Fix assertion failure in FunctionsLogical
|
2020-08-03 00:29:44 +03:00 |
|
Alexey Milovidov
|
fd3c4e033e
|
Merge branch 'master' into fix-if-nullable-cond-return-type
|
2020-08-03 00:29:09 +03:00 |
|
Alexey Milovidov
|
41111d1e57
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-02 19:18:33 +03:00 |
|
alexey-milovidov
|
dfa57559a2
|
Merge pull request #13229 from ClickHouse/fix-geohash
Fix assert in geohashesInBox
|
2020-08-02 17:26:58 +03:00 |
|
Alexey Milovidov
|
577a0b405d
|
Merge branch 'master' into fix-if-nullable-cond-return-type
|
2020-08-02 17:24:46 +03:00 |
|
alexey-milovidov
|
2d93ac97c9
|
Merge pull request #13224 from ClickHouse/fix-fuzz-test3
Fix assert in arrayElement
|
2020-08-02 17:21:52 +03:00 |
|
Alexey Milovidov
|
5d96839e98
|
Merge branch 'master' into materialize-null
|
2020-08-02 17:12:55 +03:00 |
|
Alexey Milovidov
|
1a966c4ff4
|
Merge branch 'master' into fix-fuzz-test2
|
2020-08-02 17:12:38 +03:00 |
|
Alexey Milovidov
|
a1c0dd3782
|
Fix assert in geohashesInBox
|
2020-08-02 05:59:09 +03:00 |
|
Vitaly Baranov
|
18b21511a9
|
Merge pull request #13013 from vitlibar/implement-custom-settings
Implement custom settings
|
2020-08-02 05:01:14 +03:00 |
|
Alexey Milovidov
|
9ad3dcacd6
|
Fix function if with nullable constexpr as cond that is not literal NULL
|
2020-08-02 04:56:07 +03:00 |
|
Alexey Milovidov
|
d3c0635fc0
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-02 04:35:09 +03:00 |
|
Alexey Milovidov
|
a4e8c47702
|
Fix assert in arrayElement
|
2020-08-02 04:07:08 +03:00 |
|
Alexey Milovidov
|
747239d850
|
Whitespace
|
2020-08-02 02:44:42 +03:00 |
|
Alexey Milovidov
|
4d3e39649c
|
Merge branch 'master' into fix-fuzz-test2
|
2020-08-02 02:27:57 +03:00 |
|
Alexey Milovidov
|
3735ae045e
|
Merge branch 'fix-fuzz-test2' into materialize-null
|
2020-08-02 01:52:10 +03:00 |
|
Alexey Milovidov
|
c0da83c160
|
Merge branch 'master' into materialize-null
|
2020-08-02 01:51:59 +03:00 |
|