postgres-nio icon indicating copy to clipboard operation
postgres-nio copied to clipboard

Return the metadata for prepared queries

Open sdpopov-keyvariable opened this issue 3 years ago • 0 comments

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 avatar Jul 16 '22 10:07 sdpopov-keyvariable