-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Failed on one Windows machine with Query failed: REPLACE INTO "file_stats" (filename,offset,inode) VALUES (:filename,:offset,:inode);, Error: Python int too large to convert to SQLite INTEGER, Data: {'filename': 'C:\\temp\\logs\\test.txt', 'offset': 4930070, 'inode': 12203910565244017884}
Seems to be a corrupted SQLite (after deleting the sqlite file, the plugin worked as expected), which should be handled by the dbsqlite lib - but wasn't. Why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels