Skip to content

Commit

Permalink
Merge pull request #5061 from derrabus/deprecate/sql-2012-platform
Browse files Browse the repository at this point in the history
Add deprecation annotation to `SQLServer2012Platform`
  • Loading branch information
derrabus authored Dec 1, 2021
2 parents e3dd852 + 2b4298c commit 2279779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Platforms/SQLServer2012Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
/**
* Provides the behavior, features and SQL dialect of the Microsoft SQL Server database platform
* of the oldest supported version.
*
* @deprecated Use {@see SQLServerPlatform} instead.
*/
class SQLServer2012Platform extends SQLServerPlatform
{
Expand Down

0 comments on commit 2279779

Please sign in to comment.