Skip to content

Commit 393452a

Browse files
committed
Update list of storage connections
1 parent 723cbaf commit 393452a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
<domain name="pgsql120"
5858
connectionUrl="postgresql://dotest:dotest@localhost:54120/dotest" />
5959

60+
<domain name="pgsql130"
61+
connectionUrl="postgresql://dotest:dotest@localhost:54130/dotest" />
62+
6063
<domain name="oracle10"
6164
connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" />
6265

@@ -69,6 +72,12 @@
6972
<domain name="mysql56"
7073
connectionUrl="mysql://dotest:dotest@localhost:3356/dotest" />
7174

75+
<domain name="mysql57"
76+
connectionUrl="mysql://dotest:dotest@localhost:3357/dotest" />
77+
78+
<domain name="mysql80"
79+
connectionUrl="mysql://dotest:dotest@localhost:3380/dotest" />
80+
7281
<domain name="firebird25" provider="firebird"
7382
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
7483

@@ -125,6 +134,12 @@
125134
<domain name="pgsql110cs" provider="postgresql"
126135
connectionString="HOST=localhost;PORT=54110;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
127136

137+
<domain name="pgsql120cs" provider="postgresql"
138+
connectionString="HOST=localhost;PORT=54120;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
139+
140+
<domain name="pgsql130cs" provider="postgresql"
141+
connectionString="HOST=localhost;PORT=54130;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
142+
128143
<domain name="oracle10cs" provider="oracle"
129144
connectionString="DATA SOURCE=&quot;(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))&quot;;USER ID=dotest;PASSWORD=dotest" />
130145

@@ -137,6 +152,12 @@
137152
<domain name="mysql56cs" provider="mysql"
138153
connectionString="Server=localhost;Port=3356;Database=dotest;Uid=dotest;Pwd=dotest" />
139154

155+
<domain name="mysql57cs" provider="mysql"
156+
connectionString="Server=localhost;Port=3357;Database=dotest;Uid=dotest;Pwd=dotest" />
157+
158+
<domain name="mysql80cs" provider="mysql"
159+
connectionString="Server=localhost;Port=3380;Database=dotest;Uid=dotest;Pwd=dotest" />
160+
140161
<domain name="firebird25cs" provider="firebird"
141162
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
142163

0 commit comments

Comments
 (0)