sqids only support unsigned integers

This commit is contained in:
awakeljw 2023-12-03 05:12:00 +08:00
parent e5a72f15dd
commit 1a0dc1375c

View File

@ -59,10 +59,6 @@ public:
for (auto i : collections::range(0, arguments.size()))
{
if (!checkDataTypes<
DataTypeInt8,
DataTypeInt16,
DataTypeInt32,
DataTypeInt64,
DataTypeUInt8,
DataTypeUInt16,
DataTypeUInt32,