piccolo icon indicating copy to clipboard operation
piccolo copied to clipboard

CockroachDB: When supported, resolve "ALTER COLUMN TYPE is not supported inside a transaction"

Open gnat opened this issue 2 years ago • 0 comments

This is also a current issue in the Django CockroachDB driver, for migrations.

When the following issue is resolved: https://github.com/cockroachdb/cockroach/issues/49351

Inside: piccolo/apps/migrations/auto/migration_manager.py We can refactor out the special case for ALTER COLUMN at if engine.engine_type != "cockroach"

gnat avatar Oct 03 '22 21:10 gnat