access - Search results

2021-02-05 10:45:46 | Re: about client-side cursors (Karsten Hilbert)

access to what a cursor provides, as defined by the DB-API, one should _use_ a cursor

2021-02-05 10:40:31 | Re: about client-side cursors (Daniele Varrazzo)

access to results metadata (description), nextset, and someone will come asking "can I have executefetchone

2021-02-04 11:16:47 | Re: about client-side cursors (Denis Laxalde)

access methods: class AsyncClient: await def execute() def first() # return first row def all() # return