| .. |
|
__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
|
New upsert implementation, refs #66
|
2019-12-30 05:29:23 +00:00 |
|
test_conversions.py
|
New conversions= feature, closes #77
|
2020-01-30 16:24:30 -08:00 |
|
test_create.py
|
Ran black, plus added comments for next step
|
2019-12-30 05:29:23 +00:00 |
|
test_delete.py
|
Added table.delete_where(), closes #62
|
2019-11-04 08:18:06 -08:00 |
|
test_enable_fts.py
|
Option to add triggers when enabling FTS (#57)
|
2019-09-02 16:42:28 -07: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
|
db.triggers and table.triggers introspection (#60)
|
2019-09-02 17:09:41 -07:00 |
|
test_lookup.py
|
Implemented table.lookup(...), closes #44
|
2019-07-23 06:06:59 -07:00 |
|
test_m2m.py
|
table.exists() now a documented method, closes #83
|
2020-02-08 15:56:03 -08:00 |
|
test_suggest_column_types.py
|
Extracted detect_column_types as suggest_column_types, refs #81
|
2020-02-01 13:38:51 -08:00 |
|
test_update.py
|
Applied black
|
2019-07-28 18:37:27 +03:00 |
|
test_upsert.py
|
Fix for upsert(hash_id=) bug, closes #84
|
2020-02-06 23:17:06 -08:00 |
|
utils.py
|
'sqlite-utils add-column name type' command, closes #15
|
2019-02-24 12:04:33 -08:00 |