mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
76efe1225f
The new check-for-number behavior of Lua arguments broke users who use large strings of just integers. The Lua number check would convert the string to a number, but that breaks user data because Lua numbers have limited precision compared to an arbitrarily precise number wrapped in a string. Regression fixed and new test added. Fixes #1118 again. |
||
---|---|---|
.. | ||
assets | ||
cluster | ||
helpers | ||
integration | ||
sentinel | ||
support | ||
tmp | ||
unit | ||
instances.tcl | ||
test_helper.tcl |