We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spawn from #1537 (comment)
alasql('select sum(v) from ?', [[{v: 0}]]) returns [{v: null}] expected [{v: 0}]
alasql('select sum(v) from ?', [[{v: 0}]])
[{v: null}]
[{v: 0}]
The text was updated successfully, but these errors were encountered:
PR for #1533 #1532 and #1553 issues (#1555)
1ce099f
Co-authored-by: ganga <[email protected]>
Revert "PR for AlaSQL#1533 AlaSQL#1532 and AlaSQL#1553 issues (AlaSQL…
241368a
…#1555)" This reverts commit 1ce099f
Successfully merging a pull request may close this issue.
Spawn from #1537 (comment)
alasql('select sum(v) from ?', [[{v: 0}]])
returns[{v: null}]
expected[{v: 0}]
The text was updated successfully, but these errors were encountered: