-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
File "asyncmy/cursors.pyx", line 177, in execute
File "asyncmy/cursors.pyx", line 155, in asyncmy.cursors.Cursor.mogrify
query = query % self._escape_args(args, conn)
File "asyncmy/cursors.pyx", line 128, in genexpr
return tuple(conn.literal(arg) for arg in args)
File "asyncmy/cursors.pyx", line 128, in genexpr
return tuple(conn.literal(arg) for arg in args)
File "asyncmy/connection.pyx", line 471, in asyncmy.connection.Connection.literal
File "asyncmy/connection.pyx", line 464, in asyncmy.connection.Connection.escape
return converters.escape_item(obj, self._charset, mapping=mapping)
File "asyncmy/converters.pyx", line 11, in asyncmy.converters.escape_item
File "asyncmy/converters.pyx", line 26, in asyncmy.converters.escape_item
val = encoder(val, mapping)
File "asyncmy/converters.pyx", line 49, in asyncmy.converters.escape_int
cpdef str escape_int(long long value, mapping: dict = None):
OverflowError: Python int too large to convert to C long
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels