-
Notifications
You must be signed in to change notification settings - Fork 32
feat: support sqlite open v2 #132
New issue
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
Conversation
6102385
to
4010351
Compare
a07f2e1
to
83a3428
Compare
okay that just weird. on my machine field types comes out uppercased but here lowercased. |
Hey @tami5, is there anything blocking this? Do you need any help? 😄 |
Hey @dhruvmanila, thanks for asking, well some tests started occasionally failing. unpredictable behavior of sort, see https://github.com/kkharji/sqlite.lua/runs/4653063219?check_suite_focus=true. So I'm kinda worried that merging this would cause unwanted side effect. We can be lazy and just check if Other than that the issue with docgen. I'm quite busy at the moment feel free to take over, thank you |
Alright, I might look into it during the weekend, can't guarantee any fixes 😅 |
At first I thought this issue introduced in #132 but it's most likely something todo with sqlite3 core changes.
cleanup after 9ccd2a6 Co-authored-By: Simon Hauser <[email protected]>
add5d55
to
807ba86
Compare
Hi guys. I'd like to express my interest in this getting merged as I would enble the use of @dhruvmanila's telescope-bookmarks plugin with Firefox. Thanks for all the hard work you have done and let me know if there is anything I can do to help |
@bliiir the pr was blocked for already resolved issue, I just totally forgot about it. Thanks for the gesture, I appreciate it |
Awesome. Works great - thanks a lot! |
Purpose
Enable users to control how should the sqlite database opened via opts.open_mode, while enabling support for uri processing https://sqlite.org/c3ref/open.html#urifilenamesinsqlite3open
Fix #131