Skip to content

Commit c88492b

Browse files
committed
Add pgsql180 to domain configurations
1 parent 30295c3 commit c88492b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
<domain name="pgsql170"
7979
connectionUrl="postgresql://dotest:dotest@localhost:54170/dotest" />
8080

81+
<domain name="pgsql180"
82+
connectionUrl="postgresql://dotest:dotest@localhost:54180/dotest" />
83+
8184
<domain name="oracle10"
8285
connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" />
8386

@@ -209,6 +212,9 @@
209212
<domain name="pgsql170cs" provider="postgresql"
210213
connectionString="HOST=localhost;PORT=54170;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
211214

215+
<domain name="pgsql180cs" provider="postgresql"
216+
connectionString="HOST=localhost;PORT=54180;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
217+
212218
<domain name="oracle10cs" provider="oracle"
213219
connectionString="DATA SOURCE=&quot;(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))&quot;;USER ID=dotest;PASSWORD=dotest" />
214220

0 commit comments

Comments
 (0)