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

[SQLite] Handle SQLITE_LOCKED #193

Closed
mehcode opened this issue Mar 30, 2020 · 0 comments
Closed

[SQLite] Handle SQLITE_LOCKED #193

mehcode opened this issue Mar 30, 2020 · 0 comments
Labels
db:sqlite Related to SQLite E-medium

Comments

@mehcode
Copy link
Member

mehcode commented Mar 30, 2020

https://www.sqlite.org/c3ref/unlock_notify.html

When sqlite3_step returns SQLITE_LOCKED we should wait for a notification via sqlite3_unlock_notify. Need to await a custom Future that uses the waker type.

@mehcode mehcode added db:sqlite Related to SQLite E-medium labels Mar 30, 2020
@mehcode mehcode mentioned this issue May 31, 2020
10 tasks
@mehcode mehcode closed this as completed Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db:sqlite Related to SQLite E-medium
Projects
None yet
Development

No branches or pull requests

1 participant