-
-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Client-side statement can be merged using sql.SQL(). However we could create a cursor doing that automatically.
It would be handy in porting psycopg2 code more easily maybe, even if less efficient.
It could be made a mixin to add to ClientCursor and AsyncClientCursor, replacing the PostgresQuery with a PostgresClientQuery doing a different transformation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request