﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27631	Prevent execution of transactional DDL statements when unsupported.	Simon Charette	Simon Charette	"Executing a DDL statement during a transaction on backends that don't support it silently commits, leaving `atomic()` in an incoherent state.

While `schema_editor.execute()` could technically be used to execute DML statements such usage should be uncommon as these are usually performed through the ORM. In other cases `schema_editor.connection.execute()` can be used to circumvent this check."	Bug	closed	Migrations	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
