Skip to content

Commit cc8e8e4

Browse files
Satisfy static analysis tools.
1 parent ddb2572 commit cc8e8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oracledb/impl/thin/cursor.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ cdef class BaseThinCursorImpl(BaseCursorImpl):
8282
database and receive back its response.
8383
"""
8484
cdef:
85+
uint64_t desired_row = 0
86+
uint32_t orientation = 0
8587
ExecuteMessage message
86-
uint32_t orientation
87-
uint64_t desired_row
8888

8989
# check mode and calculate desired row
9090
if mode == "relative":

0 commit comments

Comments
 (0)