-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Manually merge 3.0.x into master #3904
Conversation
morozov
commented
Mar 18, 2020
Q | A |
---|---|
Type | improvement |
BC Break | no |
Fix DebugStack#queries docblock type
…hema name (eg "812pp") also simplifies the code and now exactly matches postgresql search rules
Fix JOIN with no condition bug
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
…ntation Fix docblock typos in DriverManager docs
Fix unquoted stmt fragments backslash escaping
Fixed the QueryBuilder::setMaxResults() signature to accept NULL
…olution [pg] fix getting table information if search_path contains escaped schema name
Fix broken build
When a Docker version of the build is available, use it.
PHP 7.4 has stable versions now.
Hopefully it will work more reliably.
It seems to be enabled by default.
They are no longer supported by their vendors, but until we do support them, we should continue testing them.
Use Docker consistently
Make sure that the $types array has the same keys $params
Updated documentation for QueryBuilder::execute() return value type
Bump version to 2.11.0-DEV
Drop support for PHP 7.2
Manually merge 2.11.x into 3.0.x
Upgrade PHPUnit to 9.0
@greg0ire please do not auto-merge. There's already a merge commit that we can use. |
Actually, let's do this after the merge in #3906. I don't want to resolve the same conflicts again. For now, I just removed the PostrgreSQL 9.2 and 9.3 build jobs in the merge commit. |
Oh right I merged #3902, shouldn't have. I should know this, I do it all the time on the Sonata repos 🤦♂️ |
IIRC we can use draft PRs to shield ourselves from my stupidity 🙂 |
@greg0ire IIRC the draft PRs had problems with Travis integration. In any event, this is no |
I remember issues too at the beginning. Will try on Sonata several times and let you know. |