Skip to content

build: Warn on SQLite 3.35.0/1

Carlos Garnacho requested to merge wip/carlosg/tag-broken-sqlite-3.35 into master

These releases perform an optimization that turn out to kill performance on our union graph queries. There is a fix in 3.35.2, so mark all previous 3.35.x as broken.

Merge request reports