File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ Cursor Object
60
60
This read-only attribute provides the bind variables used for the last
61
61
execute. The value will be either a list or a dictionary depending on
62
62
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.
64
65
65
66
.. note ::
66
67
@@ -249,7 +250,8 @@ Cursor Object
249
250
250
251
This read-only attribute specifies the list of variables created for the
251
252
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.
253
255
254
256
.. note ::
255
257
You can’t perform that action at this time.
0 commit comments