File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.Tests.Framework Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments