Skip to content

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