Skip to content

Commit ba4c352

Browse files
committed
Reword SQL Server -> MS SQL Server
- be more specific about the database - "SQL server" is a technology and "MS SQL server" is a product Signed-off-by: Lari Hotari <lari@hotari.net>
1 parent 565d6bf commit ba4c352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/documentation/content/admin-guide/jdbc-device-registry-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The application is implemented as a Spring Boot application, and it uses a JDBC
1515
provides the following features:
1616

1717
* Run only the registration and credentials service, or run including the tenant service.
18-
* By default, supports H2, PostgreSQL and SQL Server
18+
* By default, supports H2, PostgreSQL and MS SQL Server
1919
* Supports different JDBC connections for read-only and read-write operations, to support read-only replicas
2020

21-
**Note:** The provided container images contains only the H2, PostgreSQL and SQL Server configuration and JDBC driver. While it is
21+
**Note:** The provided container images contains only the H2, PostgreSQL and MS SQL Server configuration and JDBC driver. While it is
2222
possible to use other JDBC compliant databases, database specific configuration and JDBC driver have to be provided
2323
by the user.
2424

0 commit comments

Comments
 (0)