We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According on AckslD/nvim-neoclip.lua#20 (comment)
local db = sqlite.new(db_path) db:open() local tbl = sqlite.tbl("neoclip", { id = true, regtype = "text", contents = "luatable", filetype = "text", }, db) tbl:set_db(db)
results in
.../sqlite/helpers.lua:71: bad argument #1 to 'next' (table expected, got function)
This shouldn't error and users should be able to switch db at anytime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According on AckslD/nvim-neoclip.lua#20 (comment)
results in
This shouldn't error and users should be able to switch db at anytime.
The text was updated successfully, but these errors were encountered: