Skip to content

Support READ COMMITTED #2007

@andy-wm-arthur

Description

@andy-wm-arthur

Currently, Dolt only supports the transaction isolation level REPEATABLE READ. This is acceptable for most use cases, but is not fully MySQL compatible. In particular, Django database migrations use the READ COMMITTED isolation level during database initialization.

MySQL docs

A Django-specific migration workaround has been included in the sql engine behind a feature flag, but this is not a general purpose solution for READ COMMITTED.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions