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 48
48
<domain name =" pgsql92"
49
49
connectionUrl =" postgresql://dotest:dotest@localhost:5492/dotest" />
50
50
51
+ <domain name =" pgsql96"
52
+ connectionUrl =" postgresql://dotest:dotest@localhost:5496/dotest" />
53
+
51
54
<domain name =" pgsql100"
52
55
connectionUrl =" postgresql://dotest:dotest@localhost:54100/dotest" />
53
56
128
131
<domain name =" pgsql92cs" provider =" postgresql"
129
132
connectionString =" HOST=localhost;PORT=5492;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
130
133
134
+ <domain name =" pgsql96cs" provider =" postgresql"
135
+ connectionString =" HOST=localhost;PORT=5496;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
136
+
131
137
<domain name =" pgsql100cs" provider =" postgresql"
132
138
connectionString =" HOST=localhost;PORT=54100;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
133
139
You can’t perform that action at this time.
0 commit comments