Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect concat of string and numeric #186

Closed
ichavchavadze opened this issue Oct 23, 2019 · 0 comments
Closed

Incorrect concat of string and numeric #186

ichavchavadze opened this issue Oct 23, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ichavchavadze
Copy link
Collaborator

MESSAGE 'abc' + 1234567890
expected: abc1234567890
found: abc12345678

The same result for CONCAT
MESSAGE CONCAT '', 'abc', 1234567890

@ichavchavadze ichavchavadze added the bug Something isn't working label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants