13b7f299de
This allows using flush on a subset of the tables without having to manually cascade to all tables with foreign keys to the tables being truncated, when they're known to be empty. On databases where truncate is implemented with DELETE FROM, this doesn't make a difference. The cascade is allowed, not mandatory. |
||
---|---|---|
.. | ||
commands | ||
__init__.py | ||
base.py | ||
color.py | ||
sql.py | ||
templates.py | ||
utils.py | ||
validation.py |