Skip to content

Commit 1fc7ed5

Browse files
authored
Merge pull request #278 from DataObjects-NET/pgsql14-testconfig
Connection string/url for PGSQL14
2 parents 3e30ee6 + 6fab87b commit 1fc7ed5

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
@@ -63,6 +63,9 @@
6363
<domain name="pgsql130"
6464
connectionUrl="postgresql://dotest:dotest@localhost:54130/dotest" />
6565

66+
<domain name="pgsql140"
67+
connectionUrl="postgresql://dotest:dotest@localhost:54140/dotest" />
68+
6669
<domain name="oracle10"
6770
connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" />
6871

@@ -146,6 +149,9 @@
146149
<domain name="pgsql130cs" provider="postgresql"
147150
connectionString="HOST=localhost;PORT=54130;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
148151

152+
<domain name="pgsql140cs" provider="postgresql"
153+
connectionString="HOST=localhost;PORT=54140;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
154+
149155
<domain name="oracle10cs" provider="oracle"
150156
connectionString="DATA SOURCE=&quot;(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))&quot;;USER ID=dotest;PASSWORD=dotest" />
151157

0 commit comments

Comments
 (0)