-
Tristan Cavelier authored
query.exec([{"title": "hello"}, null], {"select_list": "title"}); // before: TypeError: list[i] is null // after: [{"title": "hello"}]
d6e203b2
query.exec([{"title": "hello"}, null], {"select_list": "title"}); // before: TypeError: list[i] is null // after: [{"title": "hello"}]