neon
neon copied to clipboard
leading zeros trimmed from numeric string
Hi, is trimming leading zeros from numeric string a feature or a bug?
- 0907123456
valid mobile number gets parsed as 907123456 integer. I know I can use quotes to parse it as string. I was just used to not having to use quotes in neon syntax. If this is a feature it could help someone else if it was mentioned in docs