|
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 |
|
|
78 | 83 | <domain name="pgsql170" |
79 | 84 | connectionUrl="postgresql://dotest:dotest@localhost:54170/dotest" /> |
80 | 85 |
|
| 86 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 87 | + <!-- This allows to override it in storage configuration files --> |
| 88 | + <domain name="pgsqlnext" |
| 89 | + connectionUrl="postgresql://dotest:dotest@localhost:54170/dotest" /> |
| 90 | + |
81 | 91 | <domain name="oracle10" |
82 | 92 | connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" /> |
83 | 93 |
|
84 | 94 | <domain name="oracle11" |
85 | 95 | connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
86 | 96 |
|
| 97 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 98 | + <!-- This allows to override it in storage configuration files --> |
| 99 | + <domain name="oraclenext" |
| 100 | + connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
| 101 | + |
87 | 102 | <domain name="mysql55" |
88 | 103 | connectionUrl="mysql://dotest:dotest@localhost:3355/dotest" /> |
89 | 104 |
|
|
120 | 135 | <domain name="mysql93" |
121 | 136 | connectionUrl="mysql://dotest:dotest@localhost:3393/dotest" /> |
122 | 137 |
|
| 138 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 139 | + <!-- This allows to override it in storage configuration files --> |
| 140 | + <domain name="mysqlnext" |
| 141 | + connectionUrl="mysql://dotest:dotest@localhost:3390/dotest" /> |
| 142 | + |
123 | 143 | <domain name="firebird25" |
124 | 144 | connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" /> |
125 | 145 |
|
|
132 | 152 | <domain name="firebird50" |
133 | 153 | connectionUrl="firebird://dotest:dotest@localhost:3055/dotest" /> |
134 | 154 |
|
| 155 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 156 | + <!-- This allows to override it in storage configuration files --> |
| 157 | + <domain name="firebirdnext" |
| 158 | + connectionUrl="firebird://dotest:dotest@localhost:3055/dotest" /> |
| 159 | + |
135 | 160 | <domain name="sqlite3" |
136 | 161 | connectionUrl="sqlite:///DO-Tests.db3" /> |
137 | 162 |
|
|
167 | 192 | <domain name="mssql2022cs" provider="sqlserver" |
168 | 193 | connectionString="Data Source=localhost\DO_SQL2022,1422;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" /> |
169 | 194 |
|
| 195 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 196 | + <!-- This allows to override it in storage configuration files --> |
| 197 | + <domain name="mssqlnextcs" provider="sqlserver" |
| 198 | + connectionString="Data Source=localhost;Initial Catalog=DO-Tests;Integrated Security=True;MultipleActiveResultSets=True" /> |
| 199 | + |
170 | 200 | <domain name="pgsql83cs" provider="postgresql" |
171 | 201 | connectionString="HOST=localhost;PORT=5483;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
172 | 202 |
|
|
209 | 239 | <domain name="pgsql170cs" provider="postgresql" |
210 | 240 | connectionString="HOST=localhost;PORT=54170;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
211 | 241 |
|
| 242 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 243 | + <!-- This allows to override it in storage configuration files --> |
| 244 | + <domain name="pgsqlnextcs" provider="postgresql" |
| 245 | + connectionString="HOST=localhost;PORT=54170;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 246 | + |
212 | 247 | <domain name="oracle10cs" provider="oracle" |
213 | 248 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))";USER ID=dotest;PASSWORD=dotest" /> |
214 | 249 |
|
215 | 250 | <domain name="oracle11cs" provider="oracle" |
216 | 251 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
217 | 252 |
|
| 253 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 254 | + <!-- This allows to override it in storage configuration files --> |
| 255 | + <domain name="oraclenextcs" provider="oracle" |
| 256 | + connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
| 257 | + |
218 | 258 | <domain name="mysql55cs" provider="mysql" |
219 | 259 | connectionString="Server=localhost;Port=3355;Database=dotest;Uid=dotest;Pwd=dotest" /> |
220 | 260 |
|
|
251 | 291 | <domain name="mysql93cs" provider="mysql" |
252 | 292 | connectionString="Server=localhost;Port=3393;Database=dotest;Uid=dotest;Pwd=dotest" /> |
253 | 293 |
|
| 294 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 295 | + <!-- This allows to override it in storage configuration files --> |
| 296 | + <domain name="mysqlnextcs" provider="mysql" |
| 297 | + connectionString="Server=localhost;Port=3393;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 298 | + |
254 | 299 | <domain name="firebird25cs" provider="firebird" |
255 | 300 | 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" /> |
256 | 301 |
|
|
263 | 308 | <domain name="firebird50cs" provider="firebird" |
264 | 309 | 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" /> |
265 | 310 |
|
| 311 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 312 | + <!-- This allows to override it in storage configuration files --> |
| 313 | + <domain name="firebirdnextcs" provider="firebird" |
| 314 | + 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" /> |
| 315 | + |
266 | 316 | <domain name="sqlite3cs" provider="sqlite" |
267 | 317 | connectionString="Data Source=DO-Tests.db3" /> |
268 | 318 | </domains> |
|
0 commit comments