We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42ab80 commit 889eef3Copy full SHA for 889eef3
Orm/Xtensive.Orm.Tests.Framework/Orm.config
@@ -104,9 +104,6 @@
104
<domain name="mssql2019cs" provider="sqlserver"
105
connectionString="Data Source=localhost\DO_SQL2019,1419;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" />
106
107
- <domain name="mssql2019cs" provider="sqlserver"
108
- connectionString="Data Source=localhost\DO_SQL2019,1419;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True" />
109
-
110
<domain name="pgsql83cs" provider="postgresql"
111
connectionString="HOST=localhost;PORT=5483;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
112
0 commit comments