| .. |
|
sniff
|
sqlite-utils insert --sniff option, closes #230
|
2021-02-14 11:23:12 -08:00 |
|
__init__.py
|
Initial project layout + database table creation tools
|
2018-07-28 06:46:17 -07:00 |
|
conftest.py
|
Added pluggy and first hook, register_commands - refs #569, #567
|
2023-07-22 12:04:31 -07:00 |
|
ext.c
|
Support entrypoints for --load-extension (#473)
|
2022-08-26 22:55:47 -07:00 |
|
test_analyze.py
|
Use sqlean if available in environment (#560)
|
2023-06-25 16:25:51 -07:00 |
|
test_analyze_tables.py
|
Use sqlean if available in environment (#560)
|
2023-06-25 16:25:51 -07:00 |
|
test_attach.py
|
db.attach(alias, filepath) method, closes #113
|
2021-02-18 20:56:32 -08:00 |
|
test_cli.py
|
sqlite-utils transform --add-foreign-key option, closes #585
|
2023-08-17 18:51:04 -07:00 |
|
test_cli_bulk.py
|
bulk --functions, closes #471
|
2022-08-26 22:10:43 -07:00 |
|
test_cli_convert.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_cli_insert.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_cli_memory.py
|
Use sqlean if available in environment (#560)
|
2023-06-25 16:25:51 -07:00 |
|
test_column_affinity.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_constructor.py
|
db.close() method, closes #504
|
2022-10-25 13:57:43 -07:00 |
|
test_conversions.py
|
Now complies with flake8, refs #291
|
2021-06-22 18:22:08 -07:00 |
|
test_convert.py
|
Applied Black, refs #526, #525
|
2023-05-08 14:54:24 -07:00 |
|
test_create.py
|
Test and docs for timedelta support, refs #522
|
2023-11-03 17:56:34 -07:00 |
|
test_create_view.py
|
Tracer mechanism for showing underlying SQL queries
|
2020-09-07 14:56:59 -07:00 |
|
test_default_value.py
|
Transform no longer breaks non-string default values
|
2023-05-08 14:13:36 -07:00 |
|
test_delete.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_docs.py
|
Added pluggy and first hook, register_commands - refs #569, #567
|
2023-07-22 12:04:31 -07:00 |
|
test_duplicate.py
|
sqlite-utils duplicate command, closes #454, refs #449
|
2022-07-15 14:45:47 -07:00 |
|
test_enable_counts.py
|
table.count_where() method, closes #305
|
2021-08-01 22:08:17 -07:00 |
|
test_extract.py
|
.add_foreign_keys() uses .transform() instead of PRAGMA writable_schema
|
2023-08-17 17:48:08 -07:00 |
|
test_extracts.py
|
Now complies with flake8, refs #291
|
2021-06-22 18:22:08 -07:00 |
|
test_fts.py
|
table.search_sql(include_rank=True) option (#480)
|
2022-08-30 20:40:35 -07:00 |
|
test_get.py
|
Refactored tests into new test_rows.py, refs #76
|
2020-04-15 18:04:55 -07:00 |
|
test_gis.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_hypothesis.py
|
Now complies with flake8, refs #291
|
2021-06-22 18:22:08 -07:00 |
|
test_insert_files.py
|
stem and suffix columns for insert-files, closes #372
|
2022-01-09 12:16:52 -08:00 |
|
test_introspect.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_lookup.py
|
Extra parameters for .lookup(), passed to .insert() - closes #342
|
2021-11-18 23:26:50 -08:00 |
|
test_m2m.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_plugins.py
|
Database(..., execute_plugins=False) mechanism, refs #575
|
2023-07-22 16:06:11 -07:00 |
|
test_query.py
|
Tests for db.query() method, refs #290
|
2021-06-22 10:43:49 -07:00 |
|
test_recipes.py
|
flake8 fixes
|
2023-08-17 17:19:02 -07:00 |
|
test_recreate.py
|
Use new db.close() method, refs #504
|
2022-10-25 14:00:53 -07:00 |
|
test_register_function.py
|
Removed FunctionAlreadyRegistered error, refs #526, #525
|
2023-05-08 14:58:28 -07:00 |
|
test_rows.py
|
Now complies with flake8, refs #291
|
2021-06-22 18:22:08 -07:00 |
|
test_rows_from_file.py
|
Better error message if rows_from_file called with StringIO, closes #520
|
2023-05-08 15:08:02 -07:00 |
|
test_sniff.py
|
sqlite-utils insert --sniff option, closes #230
|
2021-02-14 11:23:12 -08:00 |
|
test_suggest_column_types.py
|
Fixed bug with null columns, closes #95
|
2020-03-23 13:31:06 -07:00 |
|
test_tracer.py
|
Fixed test I broke in #568
|
2023-07-22 12:23:42 -07:00 |
|
test_transform.py
|
.transform() now preserves rowid values
|
2023-09-08 17:45:30 -07:00 |
|
test_update.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_upsert.py
|
Swapped the order of a bunch of pytest comparisons
|
2023-08-17 18:05:13 -07:00 |
|
test_utils.py
|
sqlite_utils.utils.flatten() function, closes #500
|
2022-10-18 11:00:35 -07:00 |
|
test_wal.py
|
Now complies with flake8, refs #291
|
2021-06-22 18:22:08 -07:00 |