AlexCovizzi / vscode-sqlite

VSCode extension to explore and query SQLite databases.
Apache License 2.0
199 stars 23 forks source link

"sqlite.recordsPerPage": -1 does not show last record #222

Open Liguma opened 1 year ago

Liguma commented 1 year ago

If you use "sqlite.recordsPerPage": -1 to show all records, the last record of the DB is not shown

LG, Martin