Skip to content

feat(linq): add support for Async queries #239

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 7 commits into from
Sep 29, 2021
Merged

feat(linq): add support for Async queries #239

merged 7 commits into from
Sep 29, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 15, 2021

Closes #238

Proposed Changes

Added support for asynchronous queries for LINQ driver.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #239 (99271e5) into master (09986be) will increase coverage by 0.16%.
The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   85.11%   85.28%   +0.16%     
==========================================
  Files          71       71              
  Lines        6296     6366      +70     
==========================================
+ Hits         5359     5429      +70     
  Misses        937      937              
Impacted Files Coverage Δ
Client.Linq/Internal/QueryExecutor.cs 89.85% <81.08%> (-10.15%) ⬇️
Client.Linq/InfluxDBQueryable.cs 91.42% <84.84%> (-5.87%) ⬇️
Client/QueryApi.cs 24.50% <100.00%> (+1.14%) ⬆️
Client.Core/Internal/AbstractQueryClient.cs 81.64% <0.00%> (+5.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09986be...99271e5. Read the comment docs.

@bednar bednar requested a review from rhajek September 15, 2021 10:50
@bednar bednar marked this pull request as ready for review September 15, 2021 10:50
@bednar bednar merged commit 533c46f into master Sep 29, 2021
@bednar bednar deleted the feat/linq-async branch September 29, 2021 12:20
@bednar bednar added this to the 3.1.0 milestone Sep 29, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to use LINQ client asynchronously?
3 participants