Skip to content

Make possible to specify subtype of SQL function#1160

Merged
gwenn merged 10 commits intorusqlite:masterfrom
gwenn:sub_type
Feb 4, 2024
Merged

Make possible to specify subtype of SQL function#1160
gwenn merged 10 commits intorusqlite:masterfrom
gwenn:sub_type

Conversation

@gwenn
Copy link
Collaborator

@gwenn gwenn commented Apr 7, 2022

Fix #1157
Breaking changes.

@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (ccfbc28) 81.26% compared to head (f48c578) 81.34%.

Files Patch % Lines
src/functions.rs 94.73% 4 Missing ⚠️
src/pragma.rs 0.00% 4 Missing ⚠️
src/statement.rs 0.00% 4 Missing ⚠️
src/types/to_sql.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1160      +/-   ##
==========================================
+ Coverage   81.26%   81.34%   +0.08%     
==========================================
  Files          51       51              
  Lines       10345    10401      +56     
==========================================
+ Hits         8407     8461      +54     
- Misses       1938     1940       +2     

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

@gwenn gwenn marked this pull request as ready for review April 12, 2022 13:21
@gwenn gwenn removed the help wanted label Jan 21, 2024
@gwenn gwenn merged commit 2812546 into rusqlite:master Feb 4, 2024
@gwenn gwenn deleted the sub_type branch February 4, 2024 09:50
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.

Unable to call set_result_subtype at the appropriate time

1 participant