Skip to content

Fix selecting empty result sets and avoid implicitly executing twice #20

New issue

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

Merged
merged 1 commit into from
May 7, 2019

Conversation

clue
Copy link
Owner

@clue clue commented May 7, 2019

Trying to fetch a result set row for a query that returns an empty
result set results in the query being executed again. We avoid this by
first checking if there are any columns and avoid fetch result rows
otherwise.

Trying to fetch a result set row for a query that returns an empty
result set results in the query being executed again. We avoid this by
first checking if there are any columns and avoid fetch result rows
otherwise.
@clue clue added the bug Something isn't working label May 7, 2019
@clue clue added this to the v1.0.0 milestone May 7, 2019
@clue clue merged commit f2c738c into clue:master May 7, 2019
@clue clue deleted the query-insert branch May 7, 2019 14:27
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