piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Update sqlite version to 3.8.2 #63

Closed tmylk closed 7 years ago

tmylk commented 7 years ago

Helps detect bugs like https://github.com/RaRe-Technologies/sqlitedict/issues/58

Option 1. Install sqlite 3.7.15 from ppa Option 2. Use Travis Ubuntu Trusty env with 3.8 version of sqlite.