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 Cursors #29

Merged
merged 6 commits into from
Jun 12, 2024
Merged

Add support for Cursors #29

merged 6 commits into from
Jun 12, 2024

Conversation

lovetodream
Copy link
Owner

closes #27

@lovetodream lovetodream added the semver-minor Adds new public API. label Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 95.10870% with 9 lines in your changes missing coverage. Please review.

Project coverage is 76.53%. Comparing base (d67c45e) to head (a8d0620).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   76.06%   76.53%   +0.46%     
==========================================
  Files         111      111              
  Lines       13084    13251     +167     
==========================================
+ Hits         9952    10141     +189     
+ Misses       3132     3110      -22     
Files Coverage Δ
Sources/OracleNIO/Capabilities.swift 93.98% <100.00%> (+1.46%) ⬆️
...ources/OracleNIO/Connection/OracleConnection.swift 91.04% <100.00%> (+0.75%) ⬆️
Sources/OracleNIO/Data/Cursor.swift 67.85% <100.00%> (ø)
Sources/OracleNIO/Messages/DescribeInfo.swift 89.63% <100.00%> (+0.19%) ⬆️
Sources/OracleNIO/OracleRowStream.swift 58.06% <100.00%> (-0.34%) ⬇️
Tests/IntegrationTests/OracleNIOTests.swift 99.65% <100.00%> (+0.01%) ⬆️
...IOTests/Utils/ExtendedQueryContext+TestUtils.swift 100.00% <100.00%> (ø)
...onnectionStateMachine/ConnectionStateMachine.swift 70.41% <0.00%> (-0.08%) ⬇️
Sources/OracleNIO/OracleTask.swift 81.60% <94.11%> (+1.97%) ⬆️
...ectionStateMachine/ExtendedQueryStateMachine.swift 77.41% <85.71%> (+0.89%) ⬆️

... and 3 files with indirect coverage changes

@lovetodream lovetodream merged commit 4c3bd5e into main Jun 12, 2024
7 checks passed
@lovetodream lovetodream deleted the feature/cursor branch June 12, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to work with SYS_REFCURSOR as an output of Stored Procedure
1 participant