Skip to content

Conversation

@clue
Copy link
Owner

@clue clue commented May 17, 2019

The result set for DDL queries (INSERT, UPDATE, DELETE etc.) is empty,
i.e. it does not contain any columns or rows. Columns and rows should
thus be represented by a null value. In contrast, an empty result set
from a SELECT query will always contain a non-empty array of columns and
may contain any number of rows (possibly an empty array of rows).

Builds on top of #20

The result set for DDL queries (INSERT, UPDATE, DELETE etc.) is empty,
i.e. it does not contain any columns or rows. Columns and rows should
thus be represented by a null value. In contrast, an empty result set
from a SELECT query will always contain a non-empty array of columns and
may contain any number of rows (possibly an empty array of rows).
@clue clue added the bug Something isn't working label May 17, 2019
@clue clue added this to the v1.0.1 milestone May 17, 2019
@clue clue merged commit 6612c83 into clue:master May 17, 2019
@clue clue deleted the query-empty branch May 17, 2019 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant