Skip to content

Commit

Permalink
Drop support for SQL Server 2016 and older
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Oct 11, 2021
1 parent 595e2df commit 7482ad5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 63 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ cache:
## Build matrix for lowest and highest possible targets
environment:
matrix:
- db: mssql
driver: sqlsrv
db_version: sql2012sp1
php: 7.4
- db: mssql
driver: sqlsrv
db_version: sql2017
Expand Down
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ awareness about deprecated code.

# Upgrade to 4.0

## BC BREAK: Removed support for SQL Server 2016 and older

DBAL is now tested only with SQL Server 2017 and newer.

## BC BREAK: `Statement::execute()` marked private.

The `Statement::execute()` method has been marked private.
Expand Down
29 changes: 0 additions & 29 deletions ci/appveyor/mssql.sql2008r2sp2.sqlsrv.appveyor.xml

This file was deleted.

29 changes: 0 additions & 29 deletions ci/appveyor/mssql.sql2012sp1.sqlsrv.appveyor.xml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/reference/platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Oracle
Microsoft SQL Server
^^^^^^^^^^^^^^^^^^^^

- ``SQLServerPlatform`` for version 2012 and above.
- ``SQLServerPlatform`` for version 2017 and above.

PostgreSQL
^^^^^^^^^^
Expand Down

0 comments on commit 7482ad5

Please sign in to comment.