docs icon indicating copy to clipboard operation
docs copied to clipboard

Docs unclear about need to call cursor.close() after cursor.toArray()

Open srh opened this issue 8 years ago • 1 comments

I saw this comment when looking at the IRC logs.

Does cursor.toArray() or other driver equivalents call cursor.close()? The docs are not clear on if I should be calling cursor.close() myself after

srh avatar Feb 13 '17 18:02 srh

A successful toArray does close the cursor.

This should definitely be added to the docs.

AtnNn avatar Feb 13 '17 19:02 AtnNn