Skip to content

Commit 0358f55

Browse files
committed
Add MS SQL Server 2025 domain configuration to be available for testing
1 parent 5a323f4 commit 0358f55

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717

1818
<domain name="mssql2019"
1919
connectionUrl="sqlserver://dotest:dotest@localhost\DO_SQL2019:1419/DO-Tests?MultipleActiveResultSets=True" />
20-
20+
2121
<domain name="mssql2022"
2222
connectionUrl="sqlserver://dotest:dotest@localhost\DO_SQL2022:1422/DO-Tests?MultipleActiveResultSets=True" />
2323

24+
<domain name="mssql2025"
25+
connectionUrl="sqlserver://dotest:dotest@localhost\DO_SQL2022:1425/DO-Tests?MultipleActiveResultSets=True" />
26+
2427
<!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file -->
2528
<!-- This allows to override it in storage configuration files -->
2629
<domain name="mssqlnext"
@@ -135,6 +138,9 @@
135138
<domain name="mssql2022cs" provider="sqlserver"
136139
connectionString="Data Source=localhost\DO_SQL2022,1422;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" />
137140

141+
<domain name="mssql2025cs" provider="sqlserver"
142+
connectionString="Data Source=localhost\DO_SQL2025,1425;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" />
143+
138144
<!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file -->
139145
<!-- This allows to override it in storage configuration files -->
140146
<domain name="mssqlnextcs" provider="sqlserver"

0 commit comments

Comments
 (0)