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

fix issue #105 arithmetic operator between int and text value #123

Closed
wants to merge 82 commits into from

Conversation

tzzed
Copy link
Contributor

@tzzed tzzed commented Jul 13, 2020

This is a fix of #105

genji> select 1 + 'hello';
{
  "1 + 'hello'": null
}
genji>

@tzzed tzzed changed the title fix arithmetic operator between int and text value fix issue #105 arithmetic operator between int and text value Jul 13, 2020
@tzzed
Copy link
Contributor Author

tzzed commented Jul 13, 2020

test for all operators are sets

@tzzed
Copy link
Contributor Author

tzzed commented Jul 13, 2020

wrote tests for all operators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant