Skip to content
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

connection::execute_sql #22

Closed
anarthal opened this issue Nov 29, 2020 · 0 comments
Closed

connection::execute_sql #22

anarthal opened this issue Nov 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@anarthal
Copy link
Collaborator

anarthal commented Nov 29, 2020

Provide a helper functions to make these cases easier:

  • A query returning a single value, e.g. a SELECT COUNT(*) statement.
  • A query returning an empty resultset, e.g. INSERT or DELETE.
  • A single row.
  • Zero or one rows.
  • A single column.
@anarthal anarthal added the enhancement New feature or request label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant