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
6161 characters are in the LOB, the offset and amount will have to be chosen
6262 carefully to avoid splitting a character.
6363
64- .. method :: AsyncLOB.setfilename(dirAlias , name)
64+ .. method :: AsyncLOB.setfilename(dir_alias , name)
6565
6666 Sets the directory alias and name of the BFILE type LOB.
6767
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Connection Methods
106106
107107 This method is an extension to the DB API definition.
108108
109- .. method :: Connection.cursor()
109+ .. method :: Connection.cursor(scrollable=False )
110110
111111 Returns a new :ref: `cursor object <cursorobj >` using the connection.
112112
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ LOB Methods
5757 characters are in the LOB, the offset and amount will have to be chosen
5858 carefully to avoid splitting a character.
5959
60- .. method :: LOB.setfilename(dirAlias , name)
60+ .. method :: LOB.setfilename(dir_alias , name)
6161
6262 Sets the directory alias and name of the BFILE type LOB.
6363
You can’t perform that action at this time.
0 commit comments