Skip to content

Create a ClientBindingCursor? #101

@dvarrazzo

Description

@dvarrazzo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions