|
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 |
|
|
72 | 77 | <domain name="pgsql150" |
73 | 78 | connectionUrl="postgresql://dotest:dotest@localhost:54150/dotest" /> |
74 | 79 |
|
| 80 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 81 | + <!-- This allows to override it in storage configuration files --> |
| 82 | + <domain name="pgsqlnext" |
| 83 | + connectionUrl="postgresql://dotest:dotest@localhost:54150/dotest" /> |
| 84 | + |
75 | 85 | <domain name="oracle10" |
76 | 86 | connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" /> |
77 | 87 |
|
78 | 88 | <domain name="oracle11" |
79 | 89 | connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
80 | 90 |
|
| 91 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 92 | + <!-- This allows to override it in storage configuration files --> |
| 93 | + <domain name="oraclenext" |
| 94 | + connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
| 95 | + |
81 | 96 | <domain name="mysql55" |
82 | 97 | connectionUrl="mysql://dotest:dotest@localhost:3355/dotest" /> |
83 | 98 |
|
|
90 | 105 | <domain name="mysql80" |
91 | 106 | connectionUrl="mysql://dotest:dotest@localhost:3380/dotest" /> |
92 | 107 |
|
| 108 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 109 | + <!-- This allows to override it in storage configuration files --> |
| 110 | + <domain name="mysqlnext" |
| 111 | + connectionUrl="mysql://dotest:dotest@localhost:3380/dotest" /> |
| 112 | + |
93 | 113 | <domain name="firebird25" |
94 | 114 | connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" /> |
95 | 115 |
|
96 | 116 | <domain name="firebird30" |
97 | 117 | connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" /> |
98 | 118 |
|
| 119 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 120 | + <!-- This allows to override it in storage configuration files --> |
| 121 | + <domain name="firebirdnext" |
| 122 | + connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" /> |
| 123 | + |
99 | 124 | <domain name="sqlite3" |
100 | 125 | connectionUrl="sqlite:///DO-Tests.db3" /> |
101 | 126 |
|
|
131 | 156 | <domain name="mssql2022cs" provider="sqlserver" |
132 | 157 | connectionString="Data Source=localhost\DO_SQL2022,1422;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" /> |
133 | 158 |
|
| 159 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 160 | + <!-- This allows to override it in storage configuration files --> |
| 161 | + <domain name="mssqlnextcs" provider="sqlserver" |
| 162 | + connectionString="Data Source=localhost;Initial Catalog=DO-Tests;Integrated Security=True;MultipleActiveResultSets=True" /> |
| 163 | + |
134 | 164 | <domain name="pgsql83cs" provider="postgresql" |
135 | 165 | connectionString="HOST=localhost;PORT=5483;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
136 | 166 |
|
|
167 | 197 | <domain name="pgsql150cs" provider="postgresql" |
168 | 198 | connectionString="HOST=localhost;PORT=54150;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
169 | 199 |
|
| 200 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 201 | + <!-- This allows to override it in storage configuration files --> |
| 202 | + <domain name="pgsqlnextcs" provider="postgresql" |
| 203 | + connectionString="HOST=localhost;PORT=54150;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 204 | + |
170 | 205 | <domain name="oracle10cs" provider="oracle" |
171 | 206 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))";USER ID=dotest;PASSWORD=dotest" /> |
172 | 207 |
|
173 | 208 | <domain name="oracle11cs" provider="oracle" |
174 | 209 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
175 | 210 |
|
| 211 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 212 | + <!-- This allows to override it in storage configuration files --> |
| 213 | + <domain name="oraclenextcs" provider="oracle" |
| 214 | + connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
| 215 | + |
176 | 216 | <domain name="mysql55cs" provider="mysql" |
177 | 217 | connectionString="Server=localhost;Port=3355;Database=dotest;Uid=dotest;Pwd=dotest" /> |
178 | 218 |
|
|
185 | 225 | <domain name="mysql80cs" provider="mysql" |
186 | 226 | connectionString="Server=localhost;Port=3380;Database=dotest;Uid=dotest;Pwd=dotest" /> |
187 | 227 |
|
| 228 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 229 | + <!-- This allows to override it in storage configuration files --> |
| 230 | + <domain name="mysqlnextcs" provider="mysql" |
| 231 | + connectionString="Server=localhost;Port=3380;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 232 | + |
188 | 233 | <domain name="firebird25cs" provider="firebird" |
189 | 234 | 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" /> |
190 | 235 |
|
191 | 236 | <domain name="firebird30cs" provider="firebird" |
192 | 237 | connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3053;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" /> |
193 | 238 |
|
| 239 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 240 | + <!-- This allows to override it in storage configuration files --> |
| 241 | + <domain name="firebirdnextcs" provider="firebird" |
| 242 | + connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3053;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" /> |
| 243 | + |
194 | 244 | <domain name="sqlite3cs" provider="sqlite" |
195 | 245 | connectionString="Data Source=DO-Tests.db3" /> |
196 | 246 | </domains> |
|
0 commit comments