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

Expose options to control timeout of queries (select, insert, delete) #31

Closed
6 tasks done
mdesalvo opened this issue Aug 15, 2022 · 0 comments
Closed
6 tasks done
Assignees
Labels
enhancement Indicates the need for a new feature, or the backward-compatible change of an existing one
Milestone

Comments

@mdesalvo
Copy link
Owner

mdesalvo commented Aug 15, 2022

Reduce memory footprint by having just one command for select, one for insert and one for delete, instead of locally creating them every time. Moreover, give ability to specify in the ctor an option for controlling their timeouts (apply a default of 120).

  • SQLite
  • Firebird
  • MySQL
  • PostgreSQL
  • Oracle
  • SQLServer
@mdesalvo mdesalvo added the enhancement Indicates the need for a new feature, or the backward-compatible change of an existing one label Aug 15, 2022
@mdesalvo mdesalvo added this to the v3.0.0 milestone Aug 15, 2022
@mdesalvo mdesalvo self-assigned this Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates the need for a new feature, or the backward-compatible change of an existing one
Projects
None yet
Development

No branches or pull requests

1 participant