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

feature request: use default transaction db more consistently in Transaction class #366

Open
vttrifonov opened this issue Sep 3, 2024 · 0 comments

Comments

@vttrifonov
Copy link

vttrifonov commented Sep 3, 2024

Transaction class allows for a default db but its methods are not using it consistently. Default db is used in get and put, but stat takes a db parameter but there is no option to return stat for the default db. The suggested Transaction.stat signature is stat(db=None). Same for drop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant