mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
--create-triggers CLI option and create_triggers=True in the Python library * Add an option to create triggers for fts table. * Add cli option for the create-update-trigger. * Add tests for the create-update-trigger option. * Change FTS table escaping to square brackets. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_black.py | ||
| test_cli.py | ||
| test_create.py | ||
| test_enable_fts.py | ||
| test_extracts.py | ||
| test_get.py | ||
| test_introspect.py | ||
| test_lookup.py | ||
| test_m2m.py | ||
| test_update.py | ||
| utils.py | ||