Skip to content

Commit 5755e53

Browse files
committed
Fix comment
1 parent 21d3a16 commit 5755e53

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

articles/data-factory/connector-mariadb.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,16 @@ Here are steps that help you upgrade your MariaDB driver version:
294294

295295
1. The latest driver version v2 supports more MariaDB versions. For more information, see [Supported capabilities](connector-mariadb.md#supported-capabilities).
296296

297-
## Differences between MariaDB and MariaDB (legacy)
297+
## Differences between MariaDB using the recommended driver version and using the legacy driver version
298298

299-
The MariaDB connector offers new functionalities and is compatible with most features of MariaDB (legacy) connector. The table below shows the feature differences between MariaDB and MariaDB (legacy).
299+
The table below shows the data type mapping differences between MariaDB connector using the recommended driver version and using the legacy driver version.
300300

301-
|MariaDB |MariaDB (legacy)|
302-
|:---|:---|
303-
|The following mappings are used from MariaDB data types to interim data types used by the service internally.<br><br>bit(1) -> UInt64<br>bit(M), M>1 -> UInt64<br>bool -> Boolean<br>JSON -> String|The following mappings are used from MariaDB data types to interim data types used by the service internally.<br><br>bit(1) -> Boolean<br>bit(M), M>1 -> Byte[]<br>bool -> Int16<br>JSON -> Byte[]|
301+
|MariaDB data type |Interim service data type (using the recommended driver version) |Interim service data type (using the legacy driver version)|
302+
|:---|:---|:---|
303+
|bit(1)| UInt64|Boolean|
304+
|bit(M), M>1|UInt64|Byte[]|
305+
|bool|Boolean|Int16|
306+
|JSON|String|Byte[]|
304307

305308
## Related content
306309

articles/data-factory/connector-mysql.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,16 @@ Here are steps that help you upgrade your MySQL driver version:
323323

324324
1. The latest driver version v2 supports more MySQL versions. For more information, see [Supported capabilities](connector-mysql.md#supported-capabilities).
325325

326-
## Differences between MySQL and MySQL (legacy)
326+
## Differences between MySQL using the recommended driver version and using the legacy driver version
327327

328-
The MySQL connector offers new functionalities and is compatible with most features of MySQL (legacy) connector. The table below shows the feature differences between MySQL and MySQL (legacy).
328+
The table below shows the data type mapping differences between MySQL connector using the recommended driver version and using the legacy driver version.
329329

330-
|MySQL |MySQL (legacy)|
331-
|:---|:---|
332-
|The following mappings are used from MySQL data types to interim data types used by the service internally.<br><br>bit(1) -> UInt64<br>bit(M), M>1 -> UInt64<br>bool -> Boolean<br>JSON -> String|The following mappings are used from MySQL data types to interim data types used by the service internally.<br><br>bit(1) -> Boolean<br>bit(M), M>1 -> Byte[]<br>bool -> Int16<br>JSON -> Byte[]|
330+
|MySQL data type |Interim service data type (using the recommended driver version) |Interim service data type (using the legacy driver version)|
331+
|:---|:---|:---|
332+
|bit(1)| UInt64|Boolean|
333+
|bit(M), M>1|UInt64|Byte[]|
334+
|bool|Boolean|Int16|
335+
|JSON|String|Byte[]|
333336

334337
## Related content
335338

0 commit comments

Comments
 (0)