Skip to content

Commit fb01fa0

Browse files
Update documentation indicating that replacing elements in the attributes
fetchvars and bindvars should not be done.
1 parent ca2eece commit fb01fa0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/cursor.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Cursor Object
6060
This read-only attribute provides the bind variables used for the last
6161
execute. The value will be either a list or a dictionary depending on
6262
whether binding was done by position or name. Care should be taken when
63-
referencing this attribute. In particular, elements should not be removed.
63+
referencing this attribute. In particular, elements should not be removed
64+
or replaced.
6465

6566
.. note::
6667

@@ -249,7 +250,8 @@ Cursor Object
249250

250251
This read-only attribute specifies the list of variables created for the
251252
last query that was executed on the cursor. Care should be taken when
252-
referencing this attribute. In particular, elements should not be removed.
253+
referencing this attribute. In particular, elements should not be removed
254+
or replaced.
253255

254256
.. note::
255257

0 commit comments

Comments
 (0)