File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Orm/Xtensive.Orm.Tests.Framework Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 63
63
<domain name =" pgsql130"
64
64
connectionUrl =" postgresql://dotest:dotest@localhost:54130/dotest" />
65
65
66
+ <domain name =" pgsql140"
67
+ connectionUrl =" postgresql://dotest:dotest@localhost:54140/dotest" />
68
+
66
69
<domain name =" oracle10"
67
70
connectionUrl =" oracle://dotest:dotest@localhost:5510/ora10" />
68
71
146
149
<domain name =" pgsql130cs" provider =" postgresql"
147
150
connectionString =" HOST=localhost;PORT=54130;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
148
151
152
+ <domain name =" pgsql140cs" provider =" postgresql"
153
+ connectionString =" HOST=localhost;PORT=54140;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
154
+
149
155
<domain name =" oracle10cs" provider =" oracle"
150
156
connectionString =" DATA SOURCE=" (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))" ;USER ID=dotest;PASSWORD=dotest" />
151
157
You can’t perform that action at this time.
0 commit comments