Files
redis/tests/unit
Matt Stancliff 9ca83c82bf Scripting: Fix regression from #1118
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.
2014-06-21 15:18:32 +02:00
..
2014-04-23 16:14:34 +02:00
2014-02-27 15:52:43 +01:00
2012-04-18 11:34:18 +02:00
2011-07-28 12:32:52 +02:00
2010-10-15 12:54:53 +02:00
2013-11-05 15:19:44 +01:00