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

Adds support for returning extended error codes #1178

Merged
merged 2 commits into from
Dec 28, 2022

Conversation

geoffmacd
Copy link
Contributor

This change allows developers to diagnose and debug difficult SQLite issues in a backwards compatible fashion by using sqlite3_extended_errcode() to return more detailed "extended error codes". See https://sqlite.org/rescode.html#primary_result_codes_versus_extended_result_codes for more info. There is no current mechanism to enable this.

In particular, at dropbox we have seen SQLITE_IOERR quite a bit in production and expect that the extended error code will give us more detailed diagnosis (like SQLITE_IOERR_VNODE referenced in #630 and by apple https://devstreaming-cdn.apple.com/videos/wwdc/2016/242vdhuk4hmwrxnb465/242/242_whats_new_in_core_data.pdf)

@nathanfallet nathanfallet merged commit 9624b93 into stephencelis:master Dec 28, 2022
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

Successfully merging this pull request may close these issues.

2 participants