Skip to content

Commit 2ac6aa8

Browse files
committed
Add Postgre 16 to list of connections
1 parent 41e85c4 commit 2ac6aa8

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
@@ -72,6 +72,9 @@
7272
<domain name="pgsql150"
7373
connectionUrl="postgresql://dotest:dotest@localhost:54150/dotest" />
7474

75+
<domain name="pgsql160"
76+
connectionUrl="postgresql://dotest:dotest@localhost:54160/dotest" />
77+
7578
<domain name="oracle10"
7679
connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" />
7780

@@ -167,6 +170,9 @@
167170
<domain name="pgsql150cs" provider="postgresql"
168171
connectionString="HOST=localhost;PORT=54150;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
169172

173+
<domain name="pgsql160cs" provider="postgresql"
174+
connectionString="HOST=localhost;PORT=54160;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
175+
170176
<domain name="oracle10cs" provider="oracle"
171177
connectionString="DATA SOURCE=&quot;(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))&quot;;USER ID=dotest;PASSWORD=dotest" />
172178

0 commit comments

Comments
 (0)