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

Merge 3.7.x into 4.0.x #6141

Merged
merged 14 commits into from
Sep 18, 2023
Merged

Merge 3.7.x into 4.0.x #6141

merged 14 commits into from
Sep 18, 2023

Conversation

derrabus
Copy link
Member

No description provided.

patrick1100 and others added 4 commits August 28, 2023 13:31
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | none

#### Summary
Add missing information about driverOptions parameter for sqlsrv
connections
greg0ire and others added 9 commits September 5, 2023 16:14
I often remember about these guidelines, and have a hard time finding
them every time.
Fix invalid SQL in the document
…rine#6150)

|      Q       |   A
|------------- | -----------
| Type         | feature
| Fixed issues | closes doctrine#6056

#### Summary

This allows to opt-in for a schema generated without type comments once
the project is migrating to the new schema tooling that does not need
them, allowing to have a clean DB schema without waiting for DBAL 4.0
and to decouple the schema migration from the DBAL upgrade itself.

I decided to name that field `disable*` so that the opt-in for the new
behavior is done by setting it to `true`
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | N/A

#### Summary

see https://www.postgresql.org/about/news/postgresql-16-released-2715/
* 3.6.x:
  Run tests against Postgres 16 (doctrine#6154)
  PHPStan 1.10.34, PHPUnit 9.6.12 (doctrine#6151)
  Bump CI workflows (doctrine#6152)
  Fix invalid SQL in the document
  docs: link to the testing guidelines in CONTRIBUTING.md
  Document `driverOptions` for SQL Server connections (doctrine#6140)
* 3.7.x:
  Run tests against Postgres 16 (doctrine#6154)
  PHPStan 1.10.34, PHPUnit 9.6.12 (doctrine#6151)
  Bump CI workflows (doctrine#6152)
  Add a configuration setting to disable generating type comments (doctrine#6150)
  Fix invalid SQL in the document
  docs: link to the testing guidelines in CONTRIBUTING.md
  Fix IBM DB2 tests
  Implement binary array parameter type
  Document `driverOptions` for SQL Server connections (doctrine#6140)
@derrabus derrabus merged commit c79f853 into doctrine:4.0.x Sep 18, 2023
68 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants