simonw/datasette

Ability to run CI against multiple SQLite versions

Open

#1.280 geöffnet am 28. März 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (625 Forks)batch import
cihelp wanted

Repository-Metriken

Stars
 (8.637 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 67T 23h) (19 gemergte PRs in 30 T)

Beschreibung

Issue #1276 happened because I didn't run tests against a SQLite version prior to 3.16.0 (released 2017-01-02).

Glitch is a deployment target and runs SQLite 3.11.0 from 2016-02-15.

If CI ran against that version of SQLite this bug could have been avoided.

Contributor Guide