Skip to content

SQLite3::TestDatabaseURI test failures with system sqlite #612

Answered by flavorjones
voxik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for asking about this, and sorry you're having trouble.

Your diagnosis is correct. In #571 I added support for URI filenames, but this depends on a compile-time setting that you correctly identified as SQLITE_USE_URI that is probably not being set by the fedora packager.

Sadly, there's no good way I know of to check config settings at runtime. That said, what I can do is skip those tests if you're not using the vendored sqlite (I should probably have done that in the original PR but none of the CI jobs that test against system libraries were failing (because I test mostly against debian and the debian package has this feature enabled)).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@flavorjones
Comment options

Answer selected by flavorjones
Comment options

You must be logged in to vote
1 reply
@flavorjones
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #611 on January 30, 2025 14:53.