html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/simonw/datasette/issues/1784#issuecomment-1216035677,https://api.github.com/repos/simonw/datasette/issues/1784,1216035677,IC_kwDOBm6k_c5Ieztd,9599,simonw,2022-08-16T01:13:18Z,2022-08-16T01:13:32Z,OWNER,"I didn't know SQLite could do this. I agree with you - I like the `:` option you described there. I'd like to stick with `--load-extension` - `--load` is general enough that I might have it do something else in the future, and this is a rare enough advanced feature that I'm OK with it being verbose.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1339663518,"Include ""entrypoint"" option on `--load-extension`?", https://github.com/simonw/datasette/issues/1784#issuecomment-1216042605,https://api.github.com/repos/simonw/datasette/issues/1784,1216042605,IC_kwDOBm6k_c5Ie1Zt,9599,simonw,2022-08-16T01:28:46Z,2022-08-16T01:28:46Z,OWNER,"Do you want to write a PR for this? Ideally I'd want this to be covered by a test, but it looks like `--load-extension` isn't covered by tests at all yet. It's a tricky thing to add to the unit tests because there are plenty of Python installs out there (including the one on my Mac) that don't support `.enable_load_extension()` at all. So maybe a test which uses `@pytest.mark.skipIf()` to skip itself if the environment it is running in doesn't support that feature? But we'd also need to bundle a compiled SQLite extension to use in the test, which would be a slightly weird thing to have in the repo. We do have one previous example of something like that though: https://github.com/simonw/datasette/blob/main/tests/spatialite.db and the script that builds it https://github.com/simonw/datasette/blob/main/tests/build_small_spatialite_db.py","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",1339663518,"Include ""entrypoint"" option on `--load-extension`?",