sqlitedict icon indicating copy to clipboard operation
sqlitedict copied to clipboard

Find a way to test with sqlite latest version in Travis

Open tmylk opened this issue 8 years ago • 2 comments

Current sqlite version is 3.16

Some linux distributions have this version and we can't reproduce the issues reported in them because Travis is outdated.

We use Travis Ubuntu Trusty env with 3.8 version of sqlite. Travis Ubuntu Precise has 3.6. It also has an option to install sqlite 3.7.15 from a white-listed ppa which is not maintatined.

Suggested solution: create our own ppa with sqlite, white-list it in Travis, maintain it.

tmylk avatar Jan 08 '17 17:01 tmylk

I thought the built-in sqlite module ships with Python (and its version is therefore a function of the Python version)?

piskvorky avatar Jan 09 '17 05:01 piskvorky

Sqlite does ship with Python but can also be updated at OS-level.

tmylk avatar Jan 09 '17 08:01 tmylk