-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 2.11.x into 3.0.x #3902
Conversation
morozov
commented
Mar 17, 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 <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
…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
This branch seems to have been removed.
Add missed end of comment
Update readme
…onException Allow add previous exception in ConversionException
This will allow to omit parameters with unspecified types
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
@greg0ire there was a huge merge conflict in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Travis pipeline looks sane :)