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

Simplify bindgen generation #1360

Merged
merged 2 commits into from
Jul 8, 2023
Merged

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Jul 8, 2023

rusqlite users cannot use old versions (< 3.8.3) of SQLite anymore. And libsqlite3-sys users should not use SQLITE_DETERMINISTIC when using SQLite < 3.8.3.

`rusqlite` users cannot use old versions (< 3.8.3) of SQLite anymore.
And `libsqlite3-sys` users should not use SQLITE_DETERMINISTIC when
using SQLite < 3.8.3.
@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (f0a2902) 80.85% compared to head (44edb4b) 80.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1360      +/-   ##
==========================================
- Coverage   80.85%   80.83%   -0.02%     
==========================================
  Files          49       49              
  Lines       10054    10040      -14     
==========================================
- Hits         8129     8116      -13     
+ Misses       1925     1924       -1     
Impacted Files Coverage Δ
libsqlite3-sys/build.rs 63.63% <100.00%> (-0.91%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gwenn gwenn merged commit 4196c2b into rusqlite:master Jul 8, 2023
16 checks passed
@gwenn gwenn deleted the SQLITE_DETERMINISTIC branch July 8, 2023 09:39
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.

None yet

1 participant