|
57 | 57 | <domain name="pgsql120"
|
58 | 58 | connectionUrl="postgresql://dotest:dotest@localhost:54120/dotest" />
|
59 | 59 |
|
| 60 | + <domain name="pgsql130" |
| 61 | + connectionUrl="postgresql://dotest:dotest@localhost:54130/dotest" /> |
| 62 | + |
60 | 63 | <domain name="oracle10"
|
61 | 64 | connectionUrl="oracle://dotest:dotest@localhost:5510/ora10" />
|
62 | 65 |
|
|
69 | 72 | <domain name="mysql56"
|
70 | 73 | connectionUrl="mysql://dotest:dotest@localhost:3356/dotest" />
|
71 | 74 |
|
| 75 | + <domain name="mysql57" |
| 76 | + connectionUrl="mysql://dotest:dotest@localhost:3357/dotest" /> |
| 77 | + |
| 78 | + <domain name="mysql80" |
| 79 | + connectionUrl="mysql://dotest:dotest@localhost:3380/dotest" /> |
| 80 | + |
72 | 81 | <domain name="firebird25" provider="firebird"
|
73 | 82 | 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" />
|
74 | 83 |
|
|
125 | 134 | <domain name="pgsql110cs" provider="postgresql"
|
126 | 135 | connectionString="HOST=localhost;PORT=54110;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
|
127 | 136 |
|
| 137 | + <domain name="pgsql120cs" provider="postgresql" |
| 138 | + connectionString="HOST=localhost;PORT=54120;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 139 | + |
| 140 | + <domain name="pgsql130cs" provider="postgresql" |
| 141 | + connectionString="HOST=localhost;PORT=54130;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" /> |
| 142 | + |
128 | 143 | <domain name="oracle10cs" provider="oracle"
|
129 | 144 | connectionString="DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))";USER ID=dotest;PASSWORD=dotest" />
|
130 | 145 |
|
|
137 | 152 | <domain name="mysql56cs" provider="mysql"
|
138 | 153 | connectionString="Server=localhost;Port=3356;Database=dotest;Uid=dotest;Pwd=dotest" />
|
139 | 154 |
|
| 155 | + <domain name="mysql57cs" provider="mysql" |
| 156 | + connectionString="Server=localhost;Port=3357;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 157 | + |
| 158 | + <domain name="mysql80cs" provider="mysql" |
| 159 | + connectionString="Server=localhost;Port=3380;Database=dotest;Uid=dotest;Pwd=dotest" /> |
| 160 | + |
140 | 161 | <domain name="firebird25cs" provider="firebird"
|
141 | 162 | 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 | 163 |
|
|
0 commit comments