Skip to content

psycopg3 support #20

Description

@gavinwahl
  File "dpq/commands.py", line 82, in handle
    self.wait()
  File "dpq/commands.py", line 89, in wait
    count = len(self.queue.wait(self.delay))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "dpq/queue.py", line 60, in wait
    connection.connection.poll()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Connection' object has no attribute 'poll'

https://www.psycopg.org/docs/advanced.html#async-notify
https://www.psycopg.org/psycopg3/docs/advanced/async.html#asynchronous-notifications

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions