seppo0010 / rlite

self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL.
BSD 2-Clause "Simplified" License
1.06k stars 39 forks source link

Undefined behaviour on ARM #23

Closed mannol closed 7 years ago

mannol commented 7 years ago

The following command:

ZRANGEBYSCORE key -inf +inf

produces an error ERR min or max is not a float on ARM while it works correctly on amd64 (etc).

seppo0010 commented 7 years ago

That's gonna be hard to debug as I don't have a good ARM platform to debug... do you have any suggestions on how to look into it?

seppo0010 commented 7 years ago

I think I got it. Can you try the latest master?

mannol commented 7 years ago

Fix confirmed! Thank you!