time server - Search results
Mailing lists >> psycopg >> Thread
2021-02-04 17:31:22 | Re: about client-side cursors (Christophe Pettus)
time you interact with the cursor object, that can be assumed to be an asynchronous operation that can fail due to the remote server
Mailing lists >> psycopg >> Thread
2021-02-03 17:44:57 | Re: about client-side cursors (Christophe Pettus)
server. Those are both asynchronous operations, and we need something to encapsulate the state to pass from #1 to #2. You could just have the connection object do that, but then we're declaring forever