]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13767 Fix MsSQL collation requirements formatting
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Mon, 17 Aug 2020 18:33:32 +0000 (13:33 -0500)
committersonartech <sonartech@sonarsource.com>
Mon, 17 Aug 2020 20:06:23 +0000 (20:06 +0000)
server/sonar-docs/src/pages/requirements/requirements.md

index 7835693f5b7b3dc0eec353998122c15441723563..c727644e531ea59329989c66b609807d30ecf9ad 100644 (file)
@@ -43,7 +43,7 @@ We recommend using the Critical Patch Update (CPU) releases.
 | [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported.                                                                                                                                                 |
 |                                                             | ![](/images/check.svg) 2016 (MSSQL Server 13.0) with bundled Microsoft JDBC driver. Express Edition is supported.                                                                                                                                                 |
 |                                                             | ![](/images/check.svg) 2014 (MSSQL Server 12.0) with bundled Microsoft JDBC driver. Express Edition is supported.                                                                                                                                                 |
-|                                                             | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: Latin1_General_CS_AS)                                                                                                                                      |
+|                                                             | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: `Latin1_General_CS_AS`)                                                                                                                                      |
 |                                                             | ![](/images/exclamation.svg) `READ_COMMITTED_SNAPSHOT` must be set on the SonarQube database to avoid potential deadlocks under heavy load                                                                                                                          |
 |                                                             | ![](/images/info.svg) Both Windows authentication (“Integrated Security”) and SQL Server authentication are supported. See the Microsoft SQL Server section in Installing/installation/installing-the-server page for instructions on configuring authentication. |
 | [Oracle](http://www.oracle.com/database/)                   | ![](/images/check.svg) 19C                                                                                                                                                                                                                                        |
@@ -51,7 +51,7 @@ We recommend using the Critical Patch Update (CPU) releases.
 |                                                             | ![](/images/check.svg) 12C                                                                                                                                                                                                                                        |
 |                                                             | ![](/images/check.svg) 11G                                                                                                                                                                                                                                        |
 |                                                             | ![](/images/check.svg) XE Editions                                                                                                                                                                                                                                |
-|                                                             | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see NLS_CHARACTERSET)                                                                                                                                                               |
+|                                                             | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see `NLS_CHARACTERSET`)                                                                                                                                                               |
 |                                                             | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported                                                                                                                                                                                              |
 |                                                             | ![](/images/info.svg) We recommend using the latest Oracle JDBC driver                                                                                                                                                                                            |
 |                                                             | ![](/images/exclamation.svg) Only the thin mode is supported, not OCI                                                                                                                                                                                             |