sqlite-utils/sqlite_utils
Simon Willison 0aa28293ad Fix compatibility with SQLite prior to 3.16.0
pragma_index_info() and pragma_index_list() were introduced in 3.16.0 but the
version of SQLite running in Travis CI is earlier than that, hence the test
failures:

https://travis-ci.com/simonw/sqlite-utils/jobs/137617744
2018-08-01 08:29:53 -07:00
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
db.py Fix compatibility with SQLite prior to 3.16.0 2018-08-01 08:29:53 -07:00