Drop db support for PostgreSQL 9.3 and MariaDB 10.0#3477
Merged
morozov merged 1 commit intodoctrine:developfrom Jun 14, 2019
Merged
Drop db support for PostgreSQL 9.3 and MariaDB 10.0#3477morozov merged 1 commit intodoctrine:developfrom
morozov merged 1 commit intodoctrine:developfrom
Conversation
Member
|
Should we then merge |
Member
Author
|
Sounds reasonable. I'll see that we keep |
a640b82 to
e7b6c16
Compare
Member
|
@SenseException are you planning to finish this or someone could take over? |
Member
Author
|
I forgot about this PR. The rebase will take a while, but I want to finish it. |
2ee696e to
d02d411
Compare
morozov
approved these changes
Jun 10, 2019
Member
morozov
left a comment
There was a problem hiding this comment.
@SenseException, looks good. Please squash.
9410d73 to
19fd578
Compare
Member
Author
|
My commits are now squashed. |
Member
|
@SenseException can you confirm all commits are relevant to your ticket? As I can see, the first two are almost opposite to each other, ccf4a9d is about Please make sure only your changes are presented in the PR. I believe it should be a single commit since you were the only developer of this PR. |
19fd578 to
c7bedc5
Compare
c7bedc5 to
fee5873
Compare
morozov
added a commit
that referenced
this pull request
Jun 16, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
that referenced
this pull request
Jun 27, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
that referenced
this pull request
Jun 27, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
that referenced
this pull request
Jun 27, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
to morozov/dbal
that referenced
this pull request
Aug 26, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
to morozov/dbal
that referenced
this pull request
Aug 26, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
to morozov/dbal
that referenced
this pull request
Aug 26, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
to morozov/dbal
that referenced
this pull request
Aug 27, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
morozov
added a commit
that referenced
this pull request
Nov 2, 2019
Drop db support for PostgreSQL 9.3 and MariaDB 10.0
Merged
This was referenced Mar 18, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PostgreSQL 9.3 is an unsupported version since last year. MariaDB 10.0 support ends in March 2019 and considering that the next DBAL major release is still far in the future compared to MariaDB 10.0, I already removed it in this PR.