-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support #129913
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
gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support #129913
Conversation
cc. @picnixz & @fazalmajid. |
This comment was marked as outdated.
This comment was marked as outdated.
…upport (pythonGH-129913) (cherry picked from commit cda83ca) Co-authored-by: Erlend E. Aasland <[email protected]>
GH-129918 is a backport of this pull request to the 3.13 branch. |
This comment was marked as outdated.
This comment was marked as outdated.
The patch won't apply cleanly to 3.12, and I don't think it is worth the hassle to manually backport it. |
3.12 is almost EOL for bug fixes, but maybe for downstream distributions it could be worth it? if you need, I can take care of it tomorrow (and I can check if the backport is really annoying or not). Otherwise, we can probably not backport it (strictly speaking, I'm actually surprised by this as I couldn't find anything about this in the changelog, although sqlite3 recently changed multiple things in their configure/makefile script). |
…support (GH-129913) (#129918) (cherry picked from commit cda83ca) Co-authored-by: Erlend E. Aasland <[email protected]>
I don't think any distros shipping 3.12 will encounter this issue, given that FTS5 is a breaking change from FTS4. |
But, if we want to backport this to 3.12, we can probably put the decorator in |
Uh oh!
There was an error while loading. Please reload this page.