-
-
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
Merge 3.8.x up into 4.0.x #6378
Conversation
Otherwise it will just pull the latest one.
Specify the minor version number for MySQL image
In a recent PR, we got reports from CodeCov about several lines not being covered. After further inspection, I found an error message in the coverage file upload saying we hit a rate limit. This will make it more likely we spot such issues in the future. The PR: doctrine#6370
…odecov Set fail_ci_if_error flag to true
It is necessary for builds that run on branches that are not from a fork. Branches from a fork use the tokenless upload. See https://docs.codecov.com/docs/codecov-uploader#supporting-token-less-uploads-for-forks-of-open-source-repos-using-codecov
Provide CODECOV_TOKEN
| Q | A |------------- | ----------- | Type | bug | Fixed issues | #### Summary Fix invalid SQL generated when table with schema is given. As it was invalid, this PR is fully BC in sense of the exact generated SQL.
…octrine#6338) | Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary Fix doctrine#5617, `''` was changed to `'main'`, but one occurence was missed.
@greg0ire I can fork your branch and look at it today evening. |
| Q | A |------------- | ----------- | Type | bug | Fixed issues | doctrine#4283 #### Summary https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addextendedproperty-transact-sql?view=sql-server-ver15 shows the `sp_addextendedproperty` accepts `sysname` datatype which is subtype of string datatype and therefore the values must be escaped as string literal instead of escaped identifier. This is evident also in the [examples](https://learn.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addextendedproperty-transact-sql?view=sql-server-ver15#examples). As the DBAL method arguments accepts possibly escaped identifier, we unescape it before we escape the argument as string literal.
Bump workflow actions
Here is greg0ire#7 PR to your branch with the fixes. |
Fix 3.8 -> 4.0 merge
Psalm complains about this because it cannot understand this for now, and I don't think this is a reasonable feature request to do. Instead of baselining this, let's switch to another implementation, that might be easier to understand anyway.
Setup dependabot
This URL seems to be having issues: https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
Not sure that will work 😛 |
No description provided.