You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-mariadb.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,7 @@ For a list of data stores that are supported as sources/sinks by the copy activi
31
31
32
32
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
33
33
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.
36
35
37
36
## Prerequisites
38
37
@@ -70,12 +69,12 @@ The following sections provide details about properties that are used to define
70
69
71
70
## Linked service properties
72
71
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:
74
73
75
74
| Property | Description | Required |
76
75
|:--- |:--- |:--- |
77
76
| 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 |
79
78
| server | The name of your MariaDB Server. | Yes |
80
79
| port | The port number to connect to the MariaDB server. | No |
81
80
| database | Your MariaDB database name. | Yes |
@@ -244,7 +243,7 @@ When copying data from MariaDB, the following mappings are used from MariaDB dat
244
243
|`bit(1)`|`UInt64`|`Boolean`|
245
244
|`bit(M), M>1`|`UInt64`|`Byte[]`|
246
245
|`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`|
0 commit comments