Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openstore:schema:update gone crazy with Mariadb 10.2.7 #1

Closed
belgattitude opened this issue Aug 27, 2017 · 1 comment
Closed

openstore:schema:update gone crazy with Mariadb 10.2.7 #1

belgattitude opened this issue Aug 27, 2017 · 1 comment
Assignees
Labels

Comments

@belgattitude
Copy link
Owner

After upgrade to MariadDB 10.2.7, a schema update is marking change for all tables about default column value.

Change in mariadb: https://jira.mariadb.org/browse/MDEV-13132

@belgattitude belgattitude self-assigned this Aug 27, 2017
@belgattitude
Copy link
Owner Author

belgattitude commented Aug 27, 2017

Downtracked to doctrine dbal.

Just made a P/R doctrine/dbal#2825. included in 2.7:

Till 2.7.x is released, I've added 2.7.x-dev as a trick

    "require": {
        "php": "^7.1",
        "doctrine/dbal": "2.7.x-dev as 2.6.4",
        "doctrine/common": "^2.7.0",
        "doctrine/orm": "^2.5.0",
        "gedmo/doctrine-extensions": "^2.4.28",
        "doctrine/data-fixtures": "^1.2.2",
        "symfony/console": "^2.6.0 || ^3.2.0"
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant