Closed
Description
Bug report
Bug description:
test_sqlite3/test_dump.py relies on fts4 for test_dump_virtual_tables
. However, SQLite 3.49.0 apparently no longer builds withENABLE_FTS4
by default, presumably because it was superseded by FTS5. This causes this unit test to fail.
CPython versions tested on:
3.13
Operating systems tested on:
Linux