Alexey Milovidov
e4e2bacf70
Fix error
2021-05-05 14:16:06 +03:00
Alexey Milovidov
71a34ab098
Fix clang-tidy
2021-05-05 13:36:54 +03:00
Alexey Milovidov
cb74831788
Update test
2021-05-05 02:15:35 +03:00
Alexey Milovidov
77ebbdaeda
Simplification
2021-05-05 02:09:32 +03:00
Alexey Milovidov
acd0d9b34c
Fix error (amend)
2021-05-05 02:08:42 +03:00
Alexey Milovidov
75ac3c96df
Fix error
2021-05-05 02:07:14 +03:00
Alexey Milovidov
cd7a8d1560
Support LowCardinality(UUID)
2021-05-05 01:45:33 +03:00
Alexey Milovidov
54fb40c041
Fix OpenTelemetry
2021-05-05 01:42:14 +03:00
Alexey Milovidov
bf463ff0d9
Remove trash
2021-05-04 23:05:51 +03:00
Alexey Milovidov
9c9ee30484
Addition to Remove unused obsolete code
2021-05-04 22:58:34 +03:00
Alexey Milovidov
a9a885bc43
Fix generateUUIDv4
2021-05-04 20:47:35 +03:00
Alexey Milovidov
617a58b857
Remove unused obsolete code
2021-05-04 20:43:23 +03:00
Alexey Milovidov
db3baabae7
Support for big integers and decimals in GenerateRandom
2021-05-04 20:41:46 +03:00
Alexey Milovidov
089027920f
Fix perf test
2021-05-04 20:31:26 +03:00
Alexey Milovidov
59ab0db672
Fix build
2021-05-04 20:30:32 +03:00
Alexey Milovidov
962a7113f6
Remove code that I do not like (crazy templates)
2021-05-04 20:26:09 +03:00
Alexey Milovidov
1b01284acb
Implement TODO
2021-05-04 18:41:58 +03:00
Alexey Milovidov
ebe0d849b5
Fix error in serialization of UInt256
2021-05-04 18:18:51 +03:00
Alexey Milovidov
86169cc36e
Merge branch 'master' into normalize-bigint
2021-05-04 14:53:42 +03:00
Alexey Milovidov
84fe2bfdf3
Return hashes of UUID
2021-05-04 14:53:29 +03:00
Alexey Milovidov
37d6d54ac6
PVS-Studio
2021-05-04 14:29:50 +03:00
Maksim Kita
5fa3701540
Merge pull request #23873 from elevankoff/patch-1
...
Fix typo in the comment
2021-05-04 13:48:46 +03:00
Yegor Levankov
3c02a998c2
Fix typo in comment
2021-05-04 10:54:13 +03:00
Alexey Milovidov
43bd37b6cc
Fix style
2021-05-04 02:46:11 +03:00
Alexey Milovidov
aa9a367d45
Fix issue #7834
2021-05-04 02:27:05 +03:00
Alexey Milovidov
052b532025
Untangle UUID
2021-05-04 02:16:45 +03:00
Alexey Milovidov
6ca37b9512
Untangle UUID
2021-05-04 01:59:38 +03:00
Alexey Milovidov
02ce9cc725
Untangle UUID
2021-05-04 01:46:51 +03:00
Alexey Milovidov
2375b0503f
Add comment
2021-05-03 23:08:56 +03:00
Alexey Milovidov
0677787d90
Fix abysmally low performance
2021-05-03 22:56:40 +03:00
Alexey Milovidov
bad13149ec
Fix clang-tidy
2021-05-03 22:48:46 +03:00
Maksim Kita
ea7ea99512
Merge pull request #23856 from azat/dist-send-improve-logging
...
Add file paths into logs on failed distributed async sends
2021-05-03 22:18:14 +03:00
Alexey Milovidov
8eb0cc6348
Fix style
2021-05-03 19:59:58 +03:00
alexey-milovidov
1f23d95d81
Merge pull request #23855 from azat/replxx-bindings
...
replxx readline compatibility
2021-05-03 19:19:24 +03:00
Alexey Milovidov
b0bd9fd3b0
Add UInt128 where it is needed
2021-05-03 19:12:28 +03:00
Alexey Milovidov
637b595e32
Register UInt128 data type
2021-05-03 18:43:33 +03:00
Alexey Milovidov
8ecd9d36e6
Add UInt128 conversion functions
2021-05-03 18:41:37 +03:00
Alexey Milovidov
c7b6d3e2ac
PVS-Studio
2021-05-03 18:25:14 +03:00
Alexey Milovidov
c972288f78
Normalize bigint fields
2021-05-03 18:20:12 +03:00
alexey-milovidov
b868cabfa9
Update functions-for-nulls.md
2021-05-03 13:40:54 +03:00
alexey-milovidov
41a6fd677e
Update functions-for-nulls.md
2021-05-03 13:39:10 +03:00
Azat Khuzhin
5e33604c4d
Add file paths into logs on failed distributed async sends
2021-05-03 08:55:38 +03:00
Alexey Milovidov
39bcf9d860
Fix style
2021-05-03 01:44:34 +03:00
Alexey Milovidov
9f74565948
PVS-Studio
2021-05-03 01:42:01 +03:00
Alexey Milovidov
8f4dd25511
Fix style
2021-05-03 01:11:30 +03:00
Alexey Milovidov
eaa8f922b2
Fix errors, add a test
2021-05-03 00:52:59 +03:00
Azat Khuzhin
5ff78fb297
replxx readline compatibility
...
- By default M-BACKSPACE is KILL_TO_WHITESPACE_ON_LEFT, while in
readline it is backward-kill-word, so use KILL_TO_BEGINING_OF_WORD
instead.
- By default C-w is KILL_TO_BEGINING_OF_WORD, while in readline it is
unix-word-rubout, so use KILL_TO_WHITESPACE_ON_LEFT instead.
2021-05-02 23:26:42 +03:00
Alexey Milovidov
e7de2a74fe
Update test
2021-05-02 22:04:36 +03:00
Alexey Milovidov
f4100cf70c
Remove harmful std::regex
2021-05-02 22:04:26 +03:00
Alexey Milovidov
30ef8ade6c
Merge with master
2021-05-02 21:43:45 +03:00