Skip to content

CI: Update SQL Server to version 2022 #7069

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

Merged
merged 1 commit into from
Aug 5, 2025

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Aug 4, 2025

Q A
Type improvement
Fixed issues N/A

Summary

Let's see if we can run the test suite against a more recent version of SQL Server.

@derrabus derrabus marked this pull request as ready for review August 4, 2025 23:25
@derrabus derrabus requested a review from morozov August 4, 2025 23:25
Copy link
Member

@morozov morozov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Could we also try updating the version on Appveyor?

dbal/.appveyor.yml

Lines 25 to 34 in 54d70d8

environment:
matrix:
- db: mssql
driver: sqlsrv
db_version: sql2017
php: 8.3
- db: mssql
driver: pdo_sqlsrv
db_version: sql2017
php: 8.3

@derrabus
Copy link
Member Author

derrabus commented Aug 5, 2025

I thought about it, but I think I want to keep covering SQL Server 2017 somewhere because it's still supported by Microsoft.

@derrabus derrabus added this to the 3.10.1 milestone Aug 5, 2025
@derrabus derrabus merged commit 3626601 into doctrine:3.10.x Aug 5, 2025
57 checks passed
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 3.10.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.3.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.4.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
  Use provided length for enum type if given for non-mysql platform (doctrine#7034)
derrabus added a commit to derrabus/dbal that referenced this pull request Aug 5, 2025
* 4.4.x:
  CI: Update SQL Server to version 2022 (doctrine#7069)
  fix(MariaDb): add support of new reserved word `VECTOR` (11.7+) (doctrine#7061)
  Improve deprecation
  Update schema definition documentaion
  Fix binding null as a boolean parameter on pgsql (doctrine#7059)
  Use provided length for enum type if given for non-mysql platform (doctrine#7034)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants