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
Using 1.7 SNAPSHOT from last tuesday..
Given a function like...
function test = { return {a:1, b:2 } }
when executed from either studio or http, this will return
[{"a":1},{"b":2}]
The text was updated successfully, but these errors were encountered:
Fixed issue #2388
c2a8d96
Fixed. Now the result is: [{"@type":"d","@Version":0,"value":{"a":2,"b":3}}] That is consistent to serialization of scalar results.
Sorry, something went wrong.
Revert "Fixed issue #2388"
3a1082d
This reverts commit c2a8d96.
Revert "Revert "Fixed issue #2388""
ae455c2
This reverts commit 3a1082d.
Please can you reopen this issue. Given the fix commit has been reverted.
@mattaylor it was reverted in another branch. The fix is present in current snapshot.
enisher
No branches or pull requests
Using 1.7 SNAPSHOT from last tuesday..
Given a function like...
when executed from either studio or http, this will return
The text was updated successfully, but these errors were encountered: