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

Add support for bind lists (e.g. for WHERE IN clauses) #64

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

lovetodream
Copy link
Owner

No description provided.

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.72%. Comparing base (1c06e16) to head (5a05bc6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   87.60%   87.72%   +0.12%     
==========================================
  Files         146      146              
  Lines       20317    20368      +51     
==========================================
+ Hits        17798    17868      +70     
+ Misses       2519     2500      -19     
Files with missing lines Coverage Δ
Sources/OracleNIO/OracleStatement.swift 83.07% <100.00%> (+5.12%) ⬆️
Tests/IntegrationTests/JSONTests.swift 100.00% <100.00%> (ø)
Tests/IntegrationTests/OracleNIOTests.swift 99.80% <100.00%> (+<0.01%) ⬆️
Tests/IntegrationTests/XMLTests.swift 83.13% <100.00%> (-0.21%) ⬇️
...ts/OracleNIOTests/Data/OracleJSONParserTests.swift 100.00% <100.00%> (ø)
Tests/OracleNIOTests/OracleStatementTests.swift 97.52% <100.00%> (+0.29%) ⬆️

... and 6 files with indirect coverage changes

@lovetodream lovetodream added the semver-major Breaks existing public API. label Oct 11, 2024
@lovetodream lovetodream merged commit b7e2fea into main Oct 11, 2024
6 of 7 checks passed
@lovetodream lovetodream deleted the support-bind-list branch October 11, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Breaks existing public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant