-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
Describe the bug
When executing a query "PRAGMA table_info("xxxx");", it throws error "Error: Run: error code 100: another row available"
While there is a workaround to query sqlite_master for the table name, the synchronize function calls PRAGMA table_xinfo, which also fails with the same error.
To Reproduce
Connect to a database and run 'await db.query('PRAGMA table_info("xxxx");')
Expected behavior
No error message is given and it returns an array
- OS: [e.g. iOS] Android
- Browser [e.g. chrome, safari] Brave
- Version [e.g. 22] 5.5.2
Additional context
This was working in version 5.0.6 and likely in version 5.4
BARNZ
Metadata
Metadata
Assignees
Labels
No labels