Rick Hull
Rick Hull
also, stop using the old set/set?(plural) interface, and start using `#add(singular)` and `#include?(singular)`
I might take a stab. Here's what I'm doing in the meantime: https://gist.github.com/rickhull/464c6fdf5fdea217894f67618b4a2b0c
Please take a look at the `Nostrb::SQLite::Pragma` class: https://github.com/rickhull/nostrb/blob/master/lib/nostrb/sqlite.rb#L6 I want to basically import this wholesale, or something like it, as our pragma backend. We can then patch or rewrite...
Totally agreed on not necessarily big-bang-adapt. If I can land a suitable patch here, then I can delete most of my stuff. Let me come up with something more concrete...
How do we feel about these pragmas I've ignored? ``` # debug: parser_trace schema_version stats vdbe_* writable_schema # legacy: legacy_alter_table legacy_file_format # deprecated: case_sensitive_like count_changes data_store_directory # default_cache_size empty_result_callbacks full_column_names...
Sounds good! I'm pretty slammed for the next couple weeks but I'm 90% of the way to a PR. It may take a lil while to get there.
I haven't forgotten about this and am willing to support and guide if someone else wants to drive. Otherwise I'm 90% of the way to a *plan for a PR*,...
I have this issue on Arch 6.12.7. The workaround worked for me. I think there is a bug in it though: ```sh cat
I don't understand why this was closed. I don't think there is a config item for this, unless you are saying that my "workaround" is the expected way for the...