Skip to content

Commit 51b20bb

Browse files
author
Azure Pipelines
committed
Publish GitHub Pages
1 parent c21d022 commit 51b20bb

File tree

7 files changed

+150
-54
lines changed

7 files changed

+150
-54
lines changed

articles/faq.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,21 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
107107
</thead>
108108
<tbody>
109109
<tr>
110-
<td>Microsoft SQL Server 2019</td>
110+
<td>Microsoft SQL Server 2022</td>
111111
<td>SqlServer2016<sup>(1)</sup></td>
112112
<td>SqlServer</td>
113113
</tr>
114114
<tr>
115-
<td>Microsoft SQL Server 2017</td>
115+
<td>Microsoft SQL Server 2019</td>
116116
<td>SqlServer2016<sup>(2)</sup></td>
117117
<td>SqlServer</td>
118118
</tr>
119119
<tr>
120+
<td>Microsoft SQL Server 2017</td>
121+
<td>SqlServer2016<sup>(3)</sup></td>
122+
<td>SqlServer</td>
123+
</tr>
124+
<tr>
120125
<td>Microsoft SQL Server 2016</td>
121126
<td>SqlServer2016</td>
122127
<td>SqlServer</td>
@@ -147,7 +152,7 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
147152
<td>SqlServer</td>
148153
</tr>
149154
<tr>
150-
<td><del>Microsoft SQL Server Compact Edition</del><sup>(3)</sup></td>
155+
<td><del>Microsoft SQL Server Compact Edition</del><sup>(4)</sup></td>
151156
<td><del>SqlServerCe</del></td>
152157
<td><del>SqlServer</del></td>
153158
</tr>
@@ -172,6 +177,11 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
172177
<td>PostgreSQL</td>
173178
</tr>
174179
<tr>
180+
<td>PostgreSQL 15.0</td>
181+
<td>PostgreSQL15_0</td>
182+
<td>PostgreSQL</td>
183+
</tr>
184+
<tr>
175185
<td>MySQL 4</td>
176186
<td>MySql4</td>
177187
<td>MySql</td>
@@ -182,6 +192,11 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
182192
<td>MySql, MariaDB</td>
183193
</tr>
184194
<tr>
195+
<td>MySQL 8</td>
196+
<td>MySQL8</td>
197+
<td>MySql, MariaDB</td>
198+
</tr>
199+
<tr>
185200
<td>Oracle</td>
186201
<td>Oracle</td>
187202
<td></td>
@@ -222,7 +237,7 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
222237
<td></td>
223238
</tr>
224239
<tr>
225-
<td><del>SAP SQL Anywhere</del><sup>(4)</sup></td>
240+
<td><del>SAP SQL Anywhere</del><sup>(5)</sup></td>
226241
<td><del>SqlAnywhere16</del></td>
227242
<td><del>SqlAnywhere</del></td>
228243
</tr>
@@ -233,16 +248,17 @@ <h2 id="what-are-the-supported-databases">What are the supported databases?</h2>
233248
</tr>
234249
<tr>
235250
<td>DB2 iSeries</td>
236-
<td>DB2 iSeries</td>
251+
<td>DB2 iSeries, IBM DB2 iSeries</td>
237252
<td>DB2</td>
238253
</tr>
239254
</tbody>
240255
</table>
241256
<ul>
242257
<li><sup>(1)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
243-
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
244-
<li><sup>(3)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
245-
<li><sup>(4)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
258+
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
259+
<li><sup>(3)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
260+
<li><sup>(4)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
261+
<li><sup>(5)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
246262
</ul>
247263
<h2 id="how-can-i-run-migrations-safely-from-multiple-application-servers">How can I run migrations safely from multiple application servers?</h2>
248264
<p>Many server-side applications are load balanced and run multiple instances of the same application simultaneously from multiple web servers. In such a scenarios, if you choose to run migrations in-process (as opposed to an external migration runner), then there is an added risk of multiple processes trying to run migrations at the same time.</p>

articles/fluent-interface.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,21 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
190190
</thead>
191191
<tbody>
192192
<tr>
193-
<td>Microsoft SQL Server 2019</td>
193+
<td>Microsoft SQL Server 2022</td>
194194
<td>SqlServer2016<sup>(1)</sup></td>
195195
<td>SqlServer</td>
196196
</tr>
197197
<tr>
198-
<td>Microsoft SQL Server 2017</td>
198+
<td>Microsoft SQL Server 2019</td>
199199
<td>SqlServer2016<sup>(2)</sup></td>
200200
<td>SqlServer</td>
201201
</tr>
202202
<tr>
203+
<td>Microsoft SQL Server 2017</td>
204+
<td>SqlServer2016<sup>(3)</sup></td>
205+
<td>SqlServer</td>
206+
</tr>
207+
<tr>
203208
<td>Microsoft SQL Server 2016</td>
204209
<td>SqlServer2016</td>
205210
<td>SqlServer</td>
@@ -230,7 +235,7 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
230235
<td>SqlServer</td>
231236
</tr>
232237
<tr>
233-
<td><del>Microsoft SQL Server Compact Edition</del><sup>(3)</sup></td>
238+
<td><del>Microsoft SQL Server Compact Edition</del><sup>(4)</sup></td>
234239
<td><del>SqlServerCe</del></td>
235240
<td><del>SqlServer</del></td>
236241
</tr>
@@ -255,6 +260,11 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
255260
<td>PostgreSQL</td>
256261
</tr>
257262
<tr>
263+
<td>PostgreSQL 15.0</td>
264+
<td>PostgreSQL15_0</td>
265+
<td>PostgreSQL</td>
266+
</tr>
267+
<tr>
258268
<td>MySQL 4</td>
259269
<td>MySql4</td>
260270
<td>MySql</td>
@@ -265,6 +275,11 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
265275
<td>MySql, MariaDB</td>
266276
</tr>
267277
<tr>
278+
<td>MySQL 8</td>
279+
<td>MySQL8</td>
280+
<td>MySql, MariaDB</td>
281+
</tr>
282+
<tr>
268283
<td>Oracle</td>
269284
<td>Oracle</td>
270285
<td></td>
@@ -305,7 +320,7 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
305320
<td></td>
306321
</tr>
307322
<tr>
308-
<td><del>SAP SQL Anywhere</del><sup>(4)</sup></td>
323+
<td><del>SAP SQL Anywhere</del><sup>(5)</sup></td>
309324
<td><del>SqlAnywhere16</del></td>
310325
<td><del>SqlAnywhere</del></td>
311326
</tr>
@@ -316,16 +331,17 @@ <h1 id="ifdatabase-expression">IfDatabase Expression</h1>
316331
</tr>
317332
<tr>
318333
<td>DB2 iSeries</td>
319-
<td>DB2 iSeries</td>
334+
<td>DB2 iSeries, IBM DB2 iSeries</td>
320335
<td>DB2</td>
321336
</tr>
322337
</tbody>
323338
</table>
324339
<ul>
325340
<li><sup>(1)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
326-
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
327-
<li><sup>(3)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
328-
<li><sup>(4)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
341+
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
342+
<li><sup>(3)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
343+
<li><sup>(4)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
344+
<li><sup>(5)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
329345
</ul>
330346

331347
<p>Multiple database types (as specified above) can be passed into the IfDatabase Expression (see <a href="multi-db-support.html">Dealing with multiple database types</a> for more details).</p>

articles/intro.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,21 @@ <h1 id="supported-databases">Supported databases</h1>
166166
</thead>
167167
<tbody>
168168
<tr>
169-
<td>Microsoft SQL Server 2019</td>
169+
<td>Microsoft SQL Server 2022</td>
170170
<td>SqlServer2016<sup>(1)</sup></td>
171171
<td>SqlServer</td>
172172
</tr>
173173
<tr>
174-
<td>Microsoft SQL Server 2017</td>
174+
<td>Microsoft SQL Server 2019</td>
175175
<td>SqlServer2016<sup>(2)</sup></td>
176176
<td>SqlServer</td>
177177
</tr>
178178
<tr>
179+
<td>Microsoft SQL Server 2017</td>
180+
<td>SqlServer2016<sup>(3)</sup></td>
181+
<td>SqlServer</td>
182+
</tr>
183+
<tr>
179184
<td>Microsoft SQL Server 2016</td>
180185
<td>SqlServer2016</td>
181186
<td>SqlServer</td>
@@ -206,7 +211,7 @@ <h1 id="supported-databases">Supported databases</h1>
206211
<td>SqlServer</td>
207212
</tr>
208213
<tr>
209-
<td><del>Microsoft SQL Server Compact Edition</del><sup>(3)</sup></td>
214+
<td><del>Microsoft SQL Server Compact Edition</del><sup>(4)</sup></td>
210215
<td><del>SqlServerCe</del></td>
211216
<td><del>SqlServer</del></td>
212217
</tr>
@@ -231,6 +236,11 @@ <h1 id="supported-databases">Supported databases</h1>
231236
<td>PostgreSQL</td>
232237
</tr>
233238
<tr>
239+
<td>PostgreSQL 15.0</td>
240+
<td>PostgreSQL15_0</td>
241+
<td>PostgreSQL</td>
242+
</tr>
243+
<tr>
234244
<td>MySQL 4</td>
235245
<td>MySql4</td>
236246
<td>MySql</td>
@@ -241,6 +251,11 @@ <h1 id="supported-databases">Supported databases</h1>
241251
<td>MySql, MariaDB</td>
242252
</tr>
243253
<tr>
254+
<td>MySQL 8</td>
255+
<td>MySQL8</td>
256+
<td>MySql, MariaDB</td>
257+
</tr>
258+
<tr>
244259
<td>Oracle</td>
245260
<td>Oracle</td>
246261
<td></td>
@@ -281,7 +296,7 @@ <h1 id="supported-databases">Supported databases</h1>
281296
<td></td>
282297
</tr>
283298
<tr>
284-
<td><del>SAP SQL Anywhere</del><sup>(4)</sup></td>
299+
<td><del>SAP SQL Anywhere</del><sup>(5)</sup></td>
285300
<td><del>SqlAnywhere16</del></td>
286301
<td><del>SqlAnywhere</del></td>
287302
</tr>
@@ -292,16 +307,17 @@ <h1 id="supported-databases">Supported databases</h1>
292307
</tr>
293308
<tr>
294309
<td>DB2 iSeries</td>
295-
<td>DB2 iSeries</td>
310+
<td>DB2 iSeries, IBM DB2 iSeries</td>
296311
<td>DB2</td>
297312
</tr>
298313
</tbody>
299314
</table>
300315
<ul>
301316
<li><sup>(1)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
302-
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
303-
<li><sup>(3)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
304-
<li><sup>(4)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
317+
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
318+
<li><sup>(3)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
319+
<li><sup>(4)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
320+
<li><sup>(5)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
305321
</ul>
306322

307323
</article>

articles/multi-db-support.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,21 @@ <h1 id="supported-databases">Supported databases</h1>
140140
</thead>
141141
<tbody>
142142
<tr>
143-
<td>Microsoft SQL Server 2019</td>
143+
<td>Microsoft SQL Server 2022</td>
144144
<td>SqlServer2016<sup>(1)</sup></td>
145145
<td>SqlServer</td>
146146
</tr>
147147
<tr>
148-
<td>Microsoft SQL Server 2017</td>
148+
<td>Microsoft SQL Server 2019</td>
149149
<td>SqlServer2016<sup>(2)</sup></td>
150150
<td>SqlServer</td>
151151
</tr>
152152
<tr>
153+
<td>Microsoft SQL Server 2017</td>
154+
<td>SqlServer2016<sup>(3)</sup></td>
155+
<td>SqlServer</td>
156+
</tr>
157+
<tr>
153158
<td>Microsoft SQL Server 2016</td>
154159
<td>SqlServer2016</td>
155160
<td>SqlServer</td>
@@ -180,7 +185,7 @@ <h1 id="supported-databases">Supported databases</h1>
180185
<td>SqlServer</td>
181186
</tr>
182187
<tr>
183-
<td><del>Microsoft SQL Server Compact Edition</del><sup>(3)</sup></td>
188+
<td><del>Microsoft SQL Server Compact Edition</del><sup>(4)</sup></td>
184189
<td><del>SqlServerCe</del></td>
185190
<td><del>SqlServer</del></td>
186191
</tr>
@@ -205,6 +210,11 @@ <h1 id="supported-databases">Supported databases</h1>
205210
<td>PostgreSQL</td>
206211
</tr>
207212
<tr>
213+
<td>PostgreSQL 15.0</td>
214+
<td>PostgreSQL15_0</td>
215+
<td>PostgreSQL</td>
216+
</tr>
217+
<tr>
208218
<td>MySQL 4</td>
209219
<td>MySql4</td>
210220
<td>MySql</td>
@@ -215,6 +225,11 @@ <h1 id="supported-databases">Supported databases</h1>
215225
<td>MySql, MariaDB</td>
216226
</tr>
217227
<tr>
228+
<td>MySQL 8</td>
229+
<td>MySQL8</td>
230+
<td>MySql, MariaDB</td>
231+
</tr>
232+
<tr>
218233
<td>Oracle</td>
219234
<td>Oracle</td>
220235
<td></td>
@@ -255,7 +270,7 @@ <h1 id="supported-databases">Supported databases</h1>
255270
<td></td>
256271
</tr>
257272
<tr>
258-
<td><del>SAP SQL Anywhere</del><sup>(4)</sup></td>
273+
<td><del>SAP SQL Anywhere</del><sup>(5)</sup></td>
259274
<td><del>SqlAnywhere16</del></td>
260275
<td><del>SqlAnywhere</del></td>
261276
</tr>
@@ -266,16 +281,17 @@ <h1 id="supported-databases">Supported databases</h1>
266281
</tr>
267282
<tr>
268283
<td>DB2 iSeries</td>
269-
<td>DB2 iSeries</td>
284+
<td>DB2 iSeries, IBM DB2 iSeries</td>
270285
<td>DB2</td>
271286
</tr>
272287
</tbody>
273288
</table>
274289
<ul>
275290
<li><sup>(1)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
276-
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
277-
<li><sup>(3)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
278-
<li><sup>(4)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
291+
<li><sup>(2)</sup> All integration tests ran without error against an SQL Server 2019 using the SqlServer2016 dialect.</li>
292+
<li><sup>(3)</sup> All integration tests ran without error against an SQL Server 2017 using the SqlServer2016 dialect.</li>
293+
<li><sup>(4)</sup> Support for Microsoft SQL Server Compact Edition is being dropped due to Microsoft end-of-life support date passing.</li>
294+
<li><sup>(5)</sup> Support for SAP SQL Anywhere is being dropped due to SAP not supporting a .NET Core / .NET 5 database driver.</li>
279295
</ul>
280296

281297
</article>

0 commit comments

Comments
 (0)