Giter VIP home page Giter VIP logo

Comments (3)

stof avatar stof commented on August 18, 2024 1

doctrine/migrations already supports wrapping migrations in a transaction for platforms that support it.
Personally, I consider this a big winning point of Postgresql over MySQL (I remember my pain years ago when I was using MySQL and needed to recover from failed migration, and I definitely don't regret that time).
For MySQL (and other platforms that don't support DDL in transactions), there is nothing we can do in Doctrine.

from doctrinebundle.

ostrolucky avatar ostrolucky commented on August 18, 2024

This bundle has no relation to migrations, you are probably looking for https://github.com/doctrine/DoctrineMigrationsBundle But I also have to say that MySQL doesn't support tranasctions for table changes, so I don't think there is anything that can be done here.

from doctrinebundle.

greg0ire avatar greg0ire commented on August 18, 2024

More on this at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html

TL;DR: stop using MySQL

from doctrinebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.