simonw/datasette

Ability to run CI against multiple SQLite versions

Open

#1.280 aberto em 28 de mar. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (625 forks)batch import
cihelp wanted

Métricas do repositório

Stars
 (8.637 stars)
Métricas de merge de PR
 (Mesclagem média 67d 23h) (19 fundiu PRs em 30d)

Description

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.

Guia do colaborador