Open tschoonj opened 3 years ago
@conda-forge/sqlite would it be possible to review this PR? Thanks in advance!!
See upstream documentation at https://sqlite.org/uri.html for information about the feature that this PR would enable.
It may be relevant to reviewers to note that the SQLite developers state that it is safe for most applications to enable URI processing:
Since SQLite always interprets any filename that does not begin with "file:" as an ordinary filename regardless of the URI setting, and because it is very unusual to have an actual file begin with "file:", it is safe for most applications to enable URI processing even if URI filenames are not currently being used.
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)This PR introduces compile-time builtin support for URIs, removing the need to enable support for them at run-time, which cannot always be easily accomplished when using sqlite bindings (R!).
The SQLite docs contain a section about backwards compatibility regarding this option, which I don't think will impact any users.