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 Postgres query metadata to PostgresClient.query() -> PostgresQueryResult #540

Closed
duncangroenewald opened this issue Feb 25, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@duncangroenewald
Copy link

Describe the issue

PostgresQueryResult is only available from Connection.query() and not from PostgresClient.query() API

Vapor version

postgres-nio

Operating system and version

macOS 15

Swift version

Swift 5.10

Steps to reproduce

PostgresQueryResult is only available from Connection.query() and not from PostgresClient.query() API

See below - is there some reason this has not been added to PostgresClient.query() API ?

#95

Outcome

No response

Additional notes

No response

@duncangroenewald duncangroenewald added the bug Something isn't working label Feb 25, 2025
@duncangroenewald
Copy link
Author

duplicate of #525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant