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

Return the metadata for prepared queries #304

Open
sdpopov-keyvariable opened this issue Jul 16, 2022 · 0 comments
Open

Return the metadata for prepared queries #304

sdpopov-keyvariable opened this issue Jul 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sdpopov-keyvariable
Copy link

Now (1.11.0) PreparedQuery.execute() returns [PostgresRow]. But sometimes old and rows are required.

It's good to return PostgresQueryResult (as PostgresDatabase.query()) with metadata instead of just rows for prepared queries. And it's good both unprepared and prepared queries to return results in the same way.

@sdpopov-keyvariable sdpopov-keyvariable added the enhancement New feature or request label Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants