Skip to content

Commit 7669f13

Browse files
authored
Deprecate the new MariaDB110700Platform class (#7073)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | Follows #7061 #### Summary This class has been introduced by #7061, but it would be empty on 5.0 due to the removal of the keyword list feature.
1 parent b6a10aa commit 7669f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Platforms/MariaDB110700Platform.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Provides the behavior, features and SQL dialect of the MariaDB 11.7 database platform.
13+
*
14+
* @deprecated To be removed along with the keyword list feature.
1315
*/
1416
class MariaDB110700Platform extends MariaDB1010Platform
1517
{

0 commit comments

Comments
 (0)