Public bug reported:
localhost> lua tonumber64('42a')
---
- 42
...
localhost> lua tonumber('42a')
---
- nil
** Affects: tarantool
Importance: Low
Status: New
** Summary changed:
- tonumber64() has different behaviour than tonumber()
+ tonumber64() behaves differently from tonumber()
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1229638
Title:
tonumber64() behaves differently from tonumber()
Status in Tarantool - an efficient in-memory data store:
New
Bug description:
localhost> lua tonumber64('42a')
---
- 42
...
localhost> lua tonumber('42a')
---
- nil
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1229638/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp