Skip to content

Commit 20d3252

Browse files
committed
fix
1 parent 1d164d8 commit 20d3252

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/data-factory/connector-mariadb.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ For a list of data stores that are supported as sources/sinks by the copy activi
3131

3232
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
3333

34-
This connector currently supports MariaDB of version 10.x, 11.x.
35-
This connector currently supports MariaDB of version 10.0 to 10.5 for the legacy driver version.
34+
This connector currently supports MariaDB of version 10.x, 11.x under the recommended new driver version v2 and 10.0 to 10.5 for the legacy driver version.
3635

3736
## Prerequisites
3837

@@ -70,12 +69,12 @@ The following sections provide details about properties that are used to define
7069

7170
## Linked service properties
7271

73-
The following properties are supported for MariaDB linked service:
72+
If you use the recommend driver version, the following properties are supported for MariaDB linked service:
7473

7574
| Property | Description | Required |
7675
|:--- |:--- |:--- |
7776
| type | The type property must be set to: **MariaDB** | Yes |
78-
| driverVersion | The driver version that you use. The value is v2. | Yes |
77+
| driverVersion | The driver version when you select the recommended driver version. The value is v2. | Yes |
7978
| server | The name of your MariaDB Server. | Yes |
8079
| port | The port number to connect to the MariaDB server. | No |
8180
| database | Your MariaDB database name. | Yes |
@@ -244,7 +243,7 @@ When copying data from MariaDB, the following mappings are used from MariaDB dat
244243
| `bit(1)` |`UInt64` |`Boolean` |
245244
| `bit(M), M>1`|`UInt64`|`Byte[]`|
246245
| `blob` |`Byte[]` |`Byte[]` |
247-
| `bool` |`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by defult ) |`Int16` |
246+
| `bool` |`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by default ) |`Int16` |
248247
| `char` |`String` |`String` |
249248
| `date` |`Datetime` |`Datetime` |
250249
| `datetime` |`Datetime` |`Datetime` |

0 commit comments

Comments
 (0)