sqlite-utils/tests
Simon Willison e4a11b1815 Refactor .update() to use .get()
.pks introspection now returns [rowid] for rowid tables.
2019-07-28 15:44:33 +03:00
..
__init__.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
conftest.py Support Database(memory=True) for in-memory databases 2019-07-22 17:12:54 -07:00
test_black.py Revert "No need to skip black under Python 3.7 any more" 2019-01-24 19:08:52 -08:00
test_cli.py Use pysqlite3 if available 2019-07-22 15:39:35 -07:00
test_create.py Documentation and tests for table.drop() method 2019-07-28 14:57:02 +03:00
test_enable_fts.py sqlite-utils optimize command, .optimize() and .detect_fts() table methods 2019-01-24 20:35:51 -08:00
test_extracts.py extracts= table parameter, closes #46 2019-07-23 10:00:42 -07:00
test_get.py .get() method plus support for compound primary keys (#40) 2019-07-14 21:28:51 -07:00
test_introspect.py Refactor .update() to use .get() 2019-07-28 15:44:33 +03:00
test_lookup.py Implemented table.lookup(...), closes #44 2019-07-23 06:06:59 -07:00
test_update.py Unit tests for .update() 2019-07-28 15:30:28 +03:00
utils.py 'sqlite-utils add-column name type' command, closes #15 2019-02-24 12:04:33 -08:00