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

Update doctrine/dbal to 2.5.1 #13537 #14119

Merged
merged 2 commits into from
Feb 23, 2015
Merged

Update doctrine/dbal to 2.5.1 #13537 #14119

merged 2 commits into from
Feb 23, 2015

Conversation

VicDeo
Copy link
Member

@VicDeo VicDeo commented Feb 11, 2015

Closes #13303
Depends on owncloud-archive/3rdparty#152

Scheduled for 8.1

@VicDeo VicDeo added this to the 8.1-next milestone Feb 11, 2015
@VicDeo VicDeo self-assigned this Feb 11, 2015
@ghost
Copy link

ghost commented Feb 11, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/9233/
Test PASSed.

@VicDeo
Copy link
Member Author

VicDeo commented Feb 11, 2015

@DeepDiver1975 as I said, it's enough to skip extra primary keys for the tests to pass.
Will check migration manually as well

@DeepDiver1975
Copy link
Member

as I said, it's enough to skip extra primary keys for the tests to pass.

nice - thx

@VicDeo
Copy link
Member Author

VicDeo commented Feb 11, 2015

Manual migration from OC7 to this branch was successful for sqlite.
Common scenarios for indexes are covered already:
https://github.com/owncloud/core/blob/master/tests/lib/db/migrator.php

@VicDeo
Copy link
Member Author

VicDeo commented Feb 12, 2015

@DeepDiver1975 FYI this originated from SQLite autoincrement kinks http://www.doctrine-project.org/jira/browse/DBAL-188

@VicDeo VicDeo changed the title [WIP] Update doctrine/dbal to 2.5.1 #13537 Update doctrine/dbal to 2.5.1 #13537 Feb 13, 2015
@ghost
Copy link

ghost commented Feb 16, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/9580/
Test PASSed.

@scrutinizer-notifier
Copy link

The inspection completed: 1 updated code elements

@DeepDiver1975
Copy link
Member

Unit tests on oracle just run fine 👍
Successful migration testing done as well 👍

@DeepDiver1975
Copy link
Member

@icewind1991 please review - THX

@icewind1991
Copy link
Contributor

Tested upgrade with pgsql, mysql and oracle, nothing seems to explode

👍

@AdamWill
Copy link
Contributor

I've also done a quick test on this for Fedora packaging purposes, looks good for sqlite deployment so far, will be testing other DBs and 7.x upgrades soon.

DeepDiver1975 added a commit that referenced this pull request Feb 23, 2015
@DeepDiver1975 DeepDiver1975 merged commit c350da1 into master Feb 23, 2015
@DeepDiver1975 DeepDiver1975 deleted the dbal251 branch February 23, 2015 19:59
@DeepDiver1975
Copy link
Member

@VicDeo please create PRs in core and 3rdparty against stable8 branch to introduce dabl 2.5.1 - THX

@VicDeo
Copy link
Member Author

VicDeo commented Feb 25, 2015

@DeepDiver1975
done #14515

@DeepDiver1975
Copy link
Member

THX

@AdamWill
Copy link
Contributor

I've tested 8.0.0 plus the commit from this PR for clean deployment with sqlite, mariadb, and pgsql, and for upgrade with mysql using both a small test set of data and my production deployment: worked fine on all of them.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbal 2.5.1 has been released - we should consider updating
5 participants