|
test_cli.py
|
Use pysqlite3 if available
|
2019-07-22 15:39:35 -07:00 |
|
test_create.py
|
Added table.update(pk, ..., alter=True)
|
2019-07-28 17:51:49 +03:00 |
|
test_extracts.py
|
extracts= table parameter, closes #46
|
2019-07-23 10:00:42 -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_m2m.py
|
table.m2m(...) method, with tests
|
2019-07-31 08:51:50 +03:00 |
|
test_update.py
|
Applied black
|
2019-07-28 18:37:27 +03:00 |
|
utils.py
|
'sqlite-utils add-column name type' command, closes #15
|
2019-02-24 12:04:33 -08:00 |