mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
70543200be
In the current version of Poco, unsigned long no longer aliases to UInt64 with LP64. The size_t aliases to unsigned long with clang, so all the uses of size_t instead of UInt64 when interacting with Poco interfaces are gone. I replaced uses with UInt64 where it makes sense, and added an overloaded function for readVarUInt() to support size_t. |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
scripts | ||
src | ||
tests | ||
CMakeLists.txt |