|
36 | 36 | <domain name="mssql2022" |
37 | 37 | connectionUrl="sqlserver://dotest:dotest@localhost\DO_SQL2022:1422/DO-Tests?MultipleActiveResultSets=True" /> |
38 | 38 |
|
| 39 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 40 | + <!-- This allows to override it in storage configuration files --> |
| 41 | + <domain name="mssqlnext" |
| 42 | + connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" /> |
| 43 | + |
39 | 44 | <domain name="pgsql83" |
40 | 45 | connectionUrl="postgresql://dotest:dotest@localhost:5483/dotest" /> |
41 | 46 |
|
|
81 | 86 | <domain name="pgsql180" |
82 | 87 | connectionUrl="postgresql://dotest:dotest@localhost:54180/dotest" /> |
83 | 88 |
|
| 89 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 90 | + <!-- This allows to override it in storage configuration files --> |
| 91 | + <domain name="pgsqlnext" |
| 92 | + connectionUrl="postgresql://dotest:dotest@localhost:54170/dotest" /> |
| 93 | + |
84 | 94 | <domain name="oracle10" |
85 | 95 | connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" /> |
86 | 96 |
|
87 | 97 | <domain name="oracle11" |
88 | 98 | connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
89 | 99 |
|
| 100 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 101 | + <!-- This allows to override it in storage configuration files --> |
| 102 | + <domain name="oraclenext" |
| 103 | + connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
| 104 | + |
90 | 105 | <domain name="mysql55" |
91 | 106 | connectionUrl="mysql://dotest:dotest@localhost:3355/dotest" /> |
92 | 107 |
|
|
123 | 138 | <domain name="mysql93" |
124 | 139 | connectionUrl="mysql://dotest:dotest@localhost:3393/dotest" /> |
125 | 140 |
|
| 141 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 142 | + <!-- This allows to override it in storage configuration files --> |
| 143 | + <domain name="mysqlnext" |
| 144 | + connectionUrl="mysql://dotest:dotest@localhost:3390/dotest" /> |
| 145 | + |
126 | 146 | <domain name="firebird25" |
127 | 147 | connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" /> |
128 | 148 |
|
|
135 | 155 | <domain name="firebird50" |
136 | 156 | connectionUrl="firebird://dotest:dotest@localhost:3055/dotest" /> |
137 | 157 |
|
| 158 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 159 | + <!-- This allows to override it in storage configuration files --> |
| 160 | + <domain name="firebirdnext" |
| 161 | + connectionUrl="firebird://dotest:dotest@localhost:3055/dotest" /> |
| 162 | + |
138 | 163 | <domain name="sqlite3" |
139 | 164 | connectionUrl="sqlite:///DO-Tests.db3" /> |
140 | 165 |
|
|
170 | 195 | <domain name="mssql2022cs" provider="sqlserver" |
171 | 196 | connectionString="Data Source=localhost\DO_SQL2022,1422;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" /> |
172 | 197 |
|
| 198 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 199 | + <!-- This allows to override it in storage configuration files --> |
| 200 | + <domain name="mssqlnextcs" provider="sqlserver" |
| 201 | + connectionString="Data Source=localhost;Initial Catalog=DO-Tests;Integrated Security=True;MultipleActiveResultSets=True" /> |
| 202 | + |
173 | 203 | <domain name="pgsql83cs" provider="postgresql" |
174 | 204 | connectionString="HOST=localhost;PORT=5483;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
175 | 205 |
|
|
215 | 245 | <domain name="pgsql180cs" provider="postgresql" |
216 | 246 | connectionString="HOST=localhost;PORT=54180;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
217 | 247 |
|
| 248 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 249 | + <!-- This allows to override it in storage configuration files --> |
| 250 | + <domain name="pgsqlnextcs" provider="postgresql" |
| 251 | + connectionString="HOST=localhost;PORT=54170;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 252 | + |
218 | 253 | <domain name="oracle10cs" provider="oracle" |
219 | 254 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))";USER ID=dotest;PASSWORD=dotest" /> |
220 | 255 |
|
221 | 256 | <domain name="oracle11cs" provider="oracle" |
222 | 257 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
223 | 258 |
|
| 259 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 260 | + <!-- This allows to override it in storage configuration files --> |
| 261 | + <domain name="oraclenextcs" provider="oracle" |
| 262 | + connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
| 263 | + |
224 | 264 | <domain name="mysql55cs" provider="mysql" |
225 | 265 | connectionString="Server=localhost;Port=3355;Database=dotest;Uid=dotest;Pwd=dotest" /> |
226 | 266 |
|
|
257 | 297 | <domain name="mysql93cs" provider="mysql" |
258 | 298 | connectionString="Server=localhost;Port=3393;Database=dotest;Uid=dotest;Pwd=dotest" /> |
259 | 299 |
|
| 300 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 301 | + <!-- This allows to override it in storage configuration files --> |
| 302 | + <domain name="mysqlnextcs" provider="mysql" |
| 303 | + connectionString="Server=localhost;Port=3393;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 304 | + |
260 | 305 | <domain name="firebird25cs" provider="firebird" |
261 | 306 | 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" /> |
262 | 307 |
|
|
269 | 314 | <domain name="firebird50cs" provider="firebird" |
270 | 315 | connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3055;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" /> |
271 | 316 |
|
| 317 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 318 | + <!-- This allows to override it in storage configuration files --> |
| 319 | + <domain name="firebirdnextcs" provider="firebird" |
| 320 | + connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3055;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" /> |
| 321 | + |
272 | 322 | <domain name="sqlite3cs" provider="sqlite" |
273 | 323 | connectionString="Data Source=DO-Tests.db3" /> |
274 | 324 | </domains> |
|
0 commit comments