This PR is based on tag 2.9.9. Github is not allowing a tag to be specified as the base branch.
If the record is not splatted, a block that processes a result set that
contains a single column receives the column as an array with a single value.
The problem is demonstrated by many of the tests that already existed, so no
new tests are provided with this commit. Instead, all of the tests that
demonstrated this problem have been updated so that queries returning a single
column use the value of that column without wrapping it in an array.
This PR is based on tag 2.9.9. Github is not allowing a tag to be specified as the base branch.
If the record is not splatted, a block that processes a result set that contains a single column receives the column as an array with a single value.
The problem is demonstrated by many of the tests that already existed, so no new tests are provided with this commit. Instead, all of the tests that demonstrated this problem have been updated so that queries returning a single column use the value of that column without wrapping it in an array.