better-sqlite3
better-sqlite3 copied to clipboard
Fix virtual table limit offset
This PR add limit and offset clause support for user-defined virtual tables. Fix #872.
This patch doesn't handle the return method of the iterator protocol.