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

Run queries directly on PostgresClient #456

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

fabianfett
Copy link
Collaborator

This PR allows users to run queries directly on PostgresClient.

@fabianfett fabianfett added the semver-minor Adds new public API. label Feb 21, 2024
@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (6433f6d) 62.27% compared to head (2989aaa) 62.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #456      +/-   ##
==========================================
- Coverage   62.27%   62.05%   -0.22%     
==========================================
  Files         124      124              
  Lines        9936     9971      +35     
==========================================
  Hits         6188     6188              
- Misses       3748     3783      +35     
Files Coverage Δ
Sources/PostgresNIO/New/PSQLRowStream.swift 86.51% <100.00%> (+0.13%) ⬆️
Sources/PostgresNIO/Pool/PostgresClient.swift 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@fabianfett fabianfett merged commit 85d189c into vapor:main Feb 21, 2024
12 of 13 checks passed
@fabianfett fabianfett deleted the ff-query-on-client branch February 21, 2024 16:24
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.

3 participants