We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18145b8 commit d85e90aCopy full SHA for d85e90a
doc/src/cursor.rst
@@ -137,7 +137,9 @@ Cursor Object
137
dictionary, the values will be bound by name and if the arguments are a
138
sequence the values will be bound by position. Note that if the values are
139
bound by position, the order of the variables is from left to right as they
140
- are encountered in the statement.
+ are encountered in the statement and SQL statements are processed
141
+ differently than PL/SQL statements. For this reason, it is generally
142
+ recommended to bind parameters by name instead of by position.
143
144
A reference to the statement will be retained by the cursor. If None or the
145
same string object is passed in again, the cursor will execute that
0 commit comments