Skip to content

Commit 5583dff

Browse files
authored
Merge pull request #80 from fluentmigrator/jzabroski-patch-1
Add PostgreSQL15_0, MySQL8, SQL Server 2022
2 parents 58017e8 + ff795bc commit 5583dff

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

snippets/supported-databases.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
Database | Identifier | Alternative identifier(s)
22
---------|------------|---------------------------
3-
Microsoft SQL Server 2019 | SqlServer2016<sup>(1)</sup> | SqlServer
4-
Microsoft SQL Server 2017 | SqlServer2016<sup>(2)</sup> | SqlServer
3+
Microsoft SQL Server 2022 | SqlServer2016<sup>(1)</sup> | SqlServer
4+
Microsoft SQL Server 2019 | SqlServer2016<sup>(2)</sup> | SqlServer
5+
Microsoft SQL Server 2017 | SqlServer2016<sup>(3)</sup> | SqlServer
56
Microsoft SQL Server 2016 | SqlServer2016 | SqlServer
67
Microsoft SQL Server 2014 | SqlServer2014 | SqlServer
78
Microsoft SQL Server 2012 | SqlServer2012 | SqlServer
89
Microsoft SQL Server 2008 | SqlServer2008 | SqlServer
910
Microsoft SQL Server 2005 | SqlServer2005 | SqlServer
1011
Microsoft SQL Server 2000 | SqlServer2000 | SqlServer
11-
~~Microsoft SQL Server Compact Edition~~<sup>(3)</sup> | ~~SqlServerCe~~ | ~~SqlServer~~
12+
~~Microsoft SQL Server Compact Edition~~<sup>(4)</sup> | ~~SqlServerCe~~ | ~~SqlServer~~
1213
PostgreSQL | Postgres | PostgreSQL
1314
PostgreSQL 9.2 | Postgres92 | PostgreSQL92
1415
PostgreSQL 10.0 | PostgreSQL10_0 | PostgreSQL
1516
PostgreSQL 11.0 | PostgreSQL11_0 | PostgreSQL
17+
PostgreSQL 15.0 | PostgreSQL15_0 | PostgreSQL
1618
MySQL 4 | MySql4 | MySql
1719
MySQL 5 | MySql5 | MySql, MariaDB
20+
MySQL 8 | MySQL8 | MySql, MariaDB
1821
Oracle | Oracle |
1922
Oracle (managed ADO.NET) | OracleManaged | Oracle
2023
Oracle (DotConnect ADO.NET) | OracleDotConnect | Oracle
@@ -23,11 +26,12 @@ SQLite | Sqlite |
2326
Firebird | Firebird |
2427
Amazon Redshift | Redshift |
2528
SAP Hana | Hana |
26-
~~SAP SQL Anywhere~~<sup>(4)</sup> | ~~SqlAnywhere16~~ | ~~SqlAnywhere~~
29+
~~SAP SQL Anywhere~~<sup>(5)</sup> | ~~SqlAnywhere16~~ | ~~SqlAnywhere~~
2730
DB2 | DB2 |
28-
DB2 iSeries | DB2 iSeries | DB2
31+
DB2 iSeries | DB2 iSeries, IBM DB2 iSeries | DB2
2932

3033
- <sup>(1)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.
31-
- <sup>(2)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.
32-
- <sup>(3)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.
33-
- <sup>(4)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.
34+
- <sup>(2)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.
35+
- <sup>(3)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.
36+
- <sup>(4)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.
37+
- <sup>(5)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.

0 commit comments

Comments
 (0)