File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ can be found as follows:
33
33
MySQL
34
34
^^^^^
35
35
36
- - ``MySQLPlatform `` for version 5.7 (5.7.9 GA) and above.
37
- - ``MySQL80Platform `` for version 8.0 (8.0 GA) and above.
36
+ - ``MySQLPlatform `` for version 5.7.9 and above.
37
+ - ``MySQL80Platform `` for version 8.0 and above.
38
38
39
39
MariaDB
40
40
^^^^^
41
41
42
- - ``MariaDBPlatform `` for version 10.4 (10.4.3 GA) and above.
43
- - ``MariaDB1052Platform `` for version 10.5 (10.5.2 GA) and above.
42
+ - ``MariaDBPlatform `` for version 10.4.3 and above.
43
+ - ``MariaDb1052Platform `` for version 10.5.2 and above.
44
+ - ``MariaDb1060Platform `` for version 10.6 and above.
44
45
45
46
Oracle
46
47
^^^^^^
Original file line number Diff line number Diff line change 8
8
use Doctrine \DBAL \Schema \TableDiff ;
9
9
10
10
/**
11
- * Provides the behavior, features and SQL dialect of the MariaDB 10.5 (10.5.2 GA) database platform.
12
- *
13
- * Note: Should not be used with versions prior to 10.5.2.
11
+ * Provides the behavior, features and SQL dialect of the MariaDB 10.5 database platform.
14
12
*/
15
13
class MariaDB1052Platform extends MariaDBPlatform
16
14
{
Original file line number Diff line number Diff line change 7
7
use Doctrine \DBAL \SQL \Builder \SelectSQLBuilder ;
8
8
9
9
/**
10
- * Provides the behavior, features and SQL dialect of the MariaDB 10.6 (10.6.0 GA) database platform.
10
+ * Provides the behavior, features and SQL dialect of the MariaDB 10.6 database platform.
11
11
*/
12
12
class MariaDB1060Platform extends MariaDB1052Platform
13
13
{
Original file line number Diff line number Diff line change 9
9
use Doctrine \DBAL \SQL \Builder \SelectSQLBuilder ;
10
10
11
11
/**
12
- * Provides the behavior, features and SQL dialect of the MySQL 8.0 (8.0 GA) database platform.
12
+ * Provides the behavior, features and SQL dialect of the MySQL 8.0 database platform.
13
13
*/
14
14
class MySQL80Platform extends MySQLPlatform
15
15
{
You can’t perform that action at this time.
0 commit comments