-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
I try to retrieve data using SELECT something from product LIMIT ?,? from an obfuscated db, with 500 pagination skip, the problem I get an error when I reach 5500 (skip=6000) :
Is there any limit should be raised for the cursor ?
The error :
Traceback (most recent call last):
File "C:\Users\abdelouahab\AppData\Local\Programs\Python\Python311\Lib\site-packages\tornado\web.py", line 1790, in _execute
result = await result
^^^^^^^^^^^^
File "c:\Users\abdelouahab\Desktop\stocks\application\app.py", line 1005, in get
cur.execute('''
File "c:\Users\abdelouahab\Desktop\stocks\application\app.py", line 55, in xOpen
return ObfuscatedVFSFile(self.base_vfs, name, flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\abdelouahab\Desktop\stocks\application\app.py", line 61, in __init__
apsw.VFSFile.__init__(self, inheritfromvfsname, filename, flags)
TypeError: filename should be a string
Windows 10 64bits,
APSW 3.44.2.0,
Python Python 3.11.7
Metadata
Metadata
Assignees
Labels
No labels