Skip to content

Omit API#1479

Merged
gwenn merged 1 commit intorusqlite:masterfrom
gwenn:omit
Mar 23, 2024
Merged

Omit API#1479
gwenn merged 1 commit intorusqlite:masterfrom
gwenn:omit

Conversation

@gwenn
Copy link
Collaborator

@gwenn gwenn commented Mar 23, 2024

sqlite3_close_v2 (for gced languages)
sqlite3_create_collation (vs sqlite3_create_collation_v2) sqlite3_create_function (vs sqlite3_create_function_v2) sqlite3_create_module (vs sqlite3_create_module_v2) sqlite3_prepare (vs sqlite3_prepare_v2/v3)

sqlite3_close_v2 (for gced languages)
sqlite3_create_collation (vs sqlite3_create_collation_v2)
sqlite3_create_function (vs sqlite3_create_function_v2)
sqlite3_create_module (vs sqlite3_create_module_v2)
sqlite3_prepare (vs sqlite3_prepare_v2/v3)
@codecov
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.29%. Comparing base (5e255ee) to head (4390720).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1479   +/-   ##
=======================================
  Coverage   81.28%   81.29%           
=======================================
  Files          51       51           
  Lines       10225    10230    +5     
=======================================
+ Hits         8311     8316    +5     
  Misses       1914     1914           

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

@gwenn gwenn merged commit b0168b8 into rusqlite:master Mar 23, 2024
@gwenn gwenn deleted the omit branch March 23, 2024 10:01
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