BaseCommand.output_transaction
A boolean indicating whether the command outputs SQL statements; if True
, the output will automatically be wrapped with BEGIN;
and COMMIT;
. Default value is False
.
BaseCommand.output_transaction
A boolean indicating whether the command outputs SQL statements; if True
, the output will automatically be wrapped with BEGIN;
and COMMIT;
. Default value is False
.
Please login to continue.