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 ddb2572 commit cc8e8e4Copy full SHA for cc8e8e4
src/oracledb/impl/thin/cursor.pyx
@@ -82,9 +82,9 @@ cdef class BaseThinCursorImpl(BaseCursorImpl):
82
database and receive back its response.
83
"""
84
cdef:
85
+ uint64_t desired_row = 0
86
+ uint32_t orientation = 0
87
ExecuteMessage message
- uint32_t orientation
- uint64_t desired_row
88
89
# check mode and calculate desired row
90
if mode == "relative":
0 commit comments