|
33 | 33 | <domain name="mssql2019" |
34 | 34 | connectionUrl="sqlserver://dotest:dotest@localhost\DO_SQL2019:1419/DO-Tests?MultipleActiveResultSets=True" /> |
35 | 35 |
|
| 36 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 37 | + <!-- This allows to override it in storage configuration files --> |
| 38 | + <domain name="mssqlnext" |
| 39 | + connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" /> |
| 40 | + |
36 | 41 | <domain name="pgsql83" |
37 | 42 | connectionUrl="postgresql://dotest:dotest@localhost:5483/dotest" /> |
38 | 43 |
|
|
54 | 59 | <domain name="pgsql110" |
55 | 60 | connectionUrl="postgresql://dotest:dotest@localhost:54110/dotest" /> |
56 | 61 |
|
| 62 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 63 | + <!-- This allows to override it in storage configuration files --> |
| 64 | + <domain name="pgsqlnext" |
| 65 | + connectionUrl="postgresql://dotest:dotest@localhost:54110/dotest" /> |
| 66 | + |
57 | 67 | <domain name="oracle10" |
58 | 68 | connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" /> |
59 | 69 |
|
60 | 70 | <domain name="oracle11" |
61 | 71 | connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
62 | 72 |
|
| 73 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 74 | + <!-- This allows to override it in storage configuration files --> |
| 75 | + <domain name="oraclenext" |
| 76 | + connectionUrl="oracle://dotest:dotest@localhost:5511/ora11" /> |
| 77 | + |
63 | 78 | <domain name="mysql55" |
64 | 79 | connectionUrl="mysql://dotest:dotest@localhost:3355/dotest" /> |
65 | 80 |
|
66 | 81 | <domain name="mysql56" |
67 | 82 | connectionUrl="mysql://dotest:dotest@localhost:3356/dotest" /> |
68 | 83 |
|
| 84 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 85 | + <!-- This allows to override it in storage configuration files --> |
| 86 | + <domain name="mysqlnext" |
| 87 | + connectionUrl="mysql://dotest:dotest@localhost:3356/dotest" /> |
| 88 | + |
69 | 89 | <domain name="firebird25" |
70 | 90 | connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" /> |
71 | 91 |
|
72 | 92 | <domain name="firebird30" |
73 | 93 | connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" /> |
74 | 94 |
|
| 95 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 96 | + <!-- This allows to override it in storage configuration files --> |
| 97 | + <domain name="firebirdnext" |
| 98 | + connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" /> |
| 99 | + |
75 | 100 | <domain name="sqlite3" |
76 | 101 | connectionUrl="sqlite:///DO-Tests.db3" /> |
77 | 102 |
|
|
104 | 129 | <domain name="mssql2019cs" provider="sqlserver" |
105 | 130 | connectionString="Data Source=localhost\DO_SQL2019,1419;Initial Catalog=DO-Tests;User ID=dotest;Password=dotest;MultipleActiveResultSets=True;Encrypt=false" /> |
106 | 131 |
|
| 132 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 133 | + <!-- This allows to override it in storage configuration files --> |
| 134 | + <domain name="mssqlnextcs" provider="sqlserver" |
| 135 | + connectionString="Data Source=localhost;Initial Catalog=DO-Tests;Integrated Security=True;MultipleActiveResultSets=True" /> |
| 136 | + |
107 | 137 | <domain name="pgsql83cs" provider="postgresql" |
108 | 138 | connectionString="HOST=localhost;PORT=5483;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
109 | 139 |
|
|
125 | 155 | <domain name="pgsql110cs" provider="postgresql" |
126 | 156 | connectionString="HOST=localhost;PORT=54110;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
127 | 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="pgsqlnextcs" provider="postgresql" |
| 161 | + connectionString="HOST=localhost;PORT=54110;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 162 | + |
128 | 163 | <domain name="oracle10cs" provider="oracle" |
129 | 164 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))";USER ID=dotest;PASSWORD=dotest" /> |
130 | 165 |
|
131 | 166 | <domain name="oracle11cs" provider="oracle" |
132 | 167 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
133 | 168 |
|
| 169 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 170 | + <!-- This allows to override it in storage configuration files --> |
| 171 | + <domain name="oraclenextcs" provider="oracle" |
| 172 | + connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5511))(CONNECT_DATA=(SERVICE_NAME=ora11)))";USER ID=dotest;PASSWORD=dotest" /> |
| 173 | + |
134 | 174 | <domain name="mysql55cs" provider="mysql" |
135 | 175 | connectionString="Server=localhost;Port=3355;Database=dotest;Uid=dotest;Pwd=dotest" /> |
136 | 176 |
|
137 | 177 | <domain name="mysql56cs" provider="mysql" |
138 | 178 | connectionString="Server=localhost;Port=3356;Database=dotest;Uid=dotest;Pwd=dotest" /> |
139 | 179 |
|
| 180 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 181 | + <!-- This allows to override it in storage configuration files --> |
| 182 | + <domain name="mysqlnextcs" provider="mysql" |
| 183 | + connectionString="Server=localhost;Port=3356;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 184 | + |
140 | 185 | <domain name="firebird25cs" provider="firebird" |
141 | 186 | 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" /> |
142 | 187 |
|
143 | 188 | <domain name="firebird30cs" provider="firebird" |
144 | 189 | 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" /> |
145 | 190 |
|
| 191 | + <!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file --> |
| 192 | + <!-- This allows to override it in storage configuration files --> |
| 193 | + <domain name="firebirdnextcs" provider="firebird" |
| 194 | + 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" /> |
| 195 | + |
146 | 196 | <domain name="sqlite3cs" provider="sqlite" |
147 | 197 | connectionString="Data Source=DO-Tests.db3" /> |
148 | 198 | </domains> |
|
0 commit comments