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

BambooStorage.Internal should provide API for transactions #41

Closed
artem-zinnatullin opened this issue Feb 27, 2015 · 2 comments · Fixed by #83
Closed

BambooStorage.Internal should provide API for transactions #41

artem-zinnatullin opened this issue Feb 27, 2015 · 2 comments · Fixed by #83
Assignees
Milestone

Comments

@artem-zinnatullin
Copy link
Member

Currently, we need several methods:

areTransactionsSupported()
beginTransaction()
setTransactionSuccessful()
endTransaction()

Just like pure SQLiteDatabase

Will be useful for #40 put(collection) and delete(collection) operations

@artem-zinnatullin
Copy link
Member Author

@nikitin-da I'll take it, I have several hours to do it

@nikitin-da
Copy link
Collaborator

ok

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

Successfully merging a pull request may close this issue.

2 participants