Skip to content

Activate SQLITE_OPEN_EXRESCODE by default#1485

Merged
gwenn merged 3 commits intorusqlite:masterfrom
gwenn:exrescode
Mar 28, 2024
Merged

Activate SQLITE_OPEN_EXRESCODE by default#1485
gwenn merged 3 commits intorusqlite:masterfrom
gwenn:exrescode

Conversation

@gwenn
Copy link
Copy Markdown
Collaborator

@gwenn gwenn commented Mar 28, 2024

I am not completly sure that it is fine to activate this flag with an old SQLite version.
See http://sqlite.org/c3ref/open.html

If the 3rd parameter to sqlite3_open_v2() is not one of the required combinations shown above optionally combined with other SQLITE_OPEN_* bits then the behavior is undefined.

I am not completly sure that it is fine to activate this flag with an old
SQLite version.
See http://sqlite.org/c3ref/open.html
> If the 3rd parameter to sqlite3_open_v2() is not one of the required combinations shown above optionally combined with other SQLITE_OPEN_* bits then the behavior is undefined.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 82.35%. Comparing base (b41bd80) to head (2578702).

Files Patch % Lines
src/inner_connection.rs 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1485      +/-   ##
==========================================
- Coverage   82.36%   82.35%   -0.02%     
==========================================
  Files          51       51              
  Lines       10209    10213       +4     
==========================================
+ Hits         8409     8411       +2     
- Misses       1800     1802       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gwenn gwenn merged commit ac79c66 into rusqlite:master Mar 28, 2024
@gwenn gwenn deleted the exrescode branch March 28, 2024 20:22
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.

1 participant