Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 36c4c1d

Browse files
oshaimp911de
authored andcommitted
spring-projects#120 - Fix link text for jasync-sql.
Original pull request: spring-projects#120.
1 parent 5714709 commit 36c4c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/r2dbc-core.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ As of writing the following drivers are available:
234234
* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`io.r2dbc:r2dbc-postgresql`)
235235
* https://github.com/r2dbc/r2dbc-h2[H2] (`io.r2dbc:r2dbc-h2`)
236236
* https://github.com/r2dbc/r2dbc-mssql[Microsoft SQL Server] (`io.r2dbc:r2dbc-mssql`)
237-
* https://github.com/jasync-sql/jasync-sql[Microsoft SQL Server] (`com.github.jasync-sql:jasync-r2dbc-mysql`)
237+
* https://github.com/jasync-sql/jasync-sql[jasync-sql MySQL] (`com.github.jasync-sql:jasync-r2dbc-mysql`)
238238

239239
Spring Data R2DBC reacts to database specifics by inspecting `ConnectionFactoryMetadata` exposed by the `ConnectionFactory` and selects the appropriate database dialect accordingly.
240240
You can configure an own https://docs.spring.io/spring-data/r2dbc/docs/{version}/api/org/springframework/data/r2dbc/dialect/Dialect.html[`Dialect`] if the used driver is not yet known to Spring Data R2DBC.

0 commit comments

Comments
 (0)