Hi,
I am using openresty/
1.7.7.2
with Lua 5.1.4. I am receiving int64 in request and i have it's string
format saved in DB (can't change DB schema or request format). I am not
able to match both of them.
local i = 913034578410143848 --request
local p = "913034578410143848" -- stored in DB
print(p==tostring(i)) -- return false
print(i%10) -- return 0 ..this also doesn't workIs there a way to convert int64 to string and vice versa if possible?
Meet us at:
@ App Promotion Summit, NYC, April 6
@ GMIC, Beijing, April 27 - 29
@ Mobile Apps Unlocked, Las Vegas, May 3 - 4
Click here to see all the events we will be attending.