[[null]] is a valid response (#13596)
* Repro for #13571: Display rows whose value is `null` (#13591) [ci skip] * Reproduces #13571 Co-authored-by:flamber <1447303+flamber@users.noreply.github.com> * [[null]] is a valid response Previously, this said that a result of `[[null]]` was an empty result set, but in reality, it's a valid result set of a single column with a null value. Resolves #13571 Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
Please register or sign in to comment