File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ AsyncLOB Methods
61
61
characters are in the LOB, the offset and amount will have to be chosen
62
62
carefully to avoid splitting a character.
63
63
64
- .. method :: AsyncLOB.setfilename(dirAlias , name)
64
+ .. method :: AsyncLOB.setfilename(dir_alias , name)
65
65
66
66
Sets the directory alias and name of the BFILE type LOB.
67
67
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Connection Methods
106
106
107
107
This method is an extension to the DB API definition.
108
108
109
- .. method :: Connection.cursor()
109
+ .. method :: Connection.cursor(scrollable=False )
110
110
111
111
Returns a new :ref: `cursor object <cursorobj >` using the connection.
112
112
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ LOB Methods
57
57
characters are in the LOB, the offset and amount will have to be chosen
58
58
carefully to avoid splitting a character.
59
59
60
- .. method :: LOB.setfilename(dirAlias , name)
60
+ .. method :: LOB.setfilename(dir_alias , name)
61
61
62
62
Sets the directory alias and name of the BFILE type LOB.
63
63
You can’t perform that action at this time.
0 commit comments