| .. |
|
__init__.py
|
Initial project layout + database table creation tools
|
2018-07-28 06:46:17 -07:00 |
|
conftest.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_cli.py
|
Implemented sqlite-utils transform command, closes #164
|
2020-09-22 00:47:58 -07:00 |
|
test_column_affinity.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_constructor.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_conversions.py
|
New conversions= feature, closes #77
|
2020-01-30 16:24:30 -08:00 |
|
test_create.py
|
ignore=True argument for add_foreign_key, closes #112
|
2020-09-20 15:17:25 -07:00 |
|
test_create_view.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_delete.py
|
Added table.delete_where(), closes #62
|
2019-11-04 08:18:06 -08:00 |
|
test_docs.py
|
sqlite-utils insert-files command, closes #122
|
2020-07-27 00:08:57 -07:00 |
|
test_extract.py
|
table.extract() method, refs #42
|
2020-09-22 15:20:18 -07:00 |
|
test_extracts.py
|
extracts= table parameter, closes #46
|
2019-07-23 10:00:42 -07:00 |
|
test_fts.py
|
.enable_fts(..., replace=True) argument, closes #160
|
2020-09-20 15:05:46 -07:00 |
|
test_get.py
|
Refactored tests into new test_rows.py, refs #76
|
2020-04-15 18:04:55 -07:00 |
|
test_insert_files.py
|
insert-files can now read from stdin, closes #127
|
2020-07-29 20:08:12 -07:00 |
|
test_introspect.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -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_recreate.py
|
Tests for Database(..., recreate=True), refs #97
|
2020-04-12 20:47:36 -07:00 |
|
test_register_function.py
|
@db.register_function decorator, closes #162
|
2020-09-21 17:31:43 -07:00 |
|
test_rows.py
|
.rows_where(..., order_by=) argument, closes #76
|
2020-04-15 20:12:55 -07:00 |
|
test_suggest_column_types.py
|
Fixed bug with null columns, closes #95
|
2020-03-23 13:31:06 -07:00 |
|
test_tracer.py
|
.enable_fts(..., replace=True) argument, closes #160
|
2020-09-20 15:05:46 -07:00 |
|
test_transform.py
|
Implemented sqlite-utils transform command, closes #164
|
2020-09-22 00:47:58 -07:00 |
|
test_update.py
|
Validate column names in more places, refs #86
|
2020-02-26 20:55:17 -08:00 |
|
test_upsert.py
|
Only set last_pk on singular .insert()/.update(), refs #98
|
2020-04-12 20:22:49 -07:00 |
|
test_utils.py
|
find_spatialite() utility function, closes #135
|
2020-08-21 13:30:02 -07:00 |
|
test_wal.py
|
Additional tests for WAL mode
|
2020-09-07 13:46:12 -07:00 |
|
utils.py
|
'sqlite-utils add-column name type' command, closes #15
|
2019-02-24 12:04:33 -08:00 |