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
+43-43Lines changed: 43 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,49 +236,49 @@ To copy data from MariaDB, set the source type in the copy activity to **MariaDB
236
236
237
237
When copying data from MariaDB, the following mappings are used from MariaDB data types to interim data types used by the service internally. See [Schema and data type mappings](copy-activity-schema-and-type-mapping.md) to learn about how copy activity maps the source schema and data type to the sink.
238
238
239
-
| MariaDB data type | Interim service data type |
240
-
|:--- |:--- |
241
-
|`bigint`|`Int64`|
242
-
|`bigint unsigned`|`Decimal`|
243
-
|`bit(1)`|`UInt64`|
244
-
|`bit(M), M>1`|`UInt64`|
245
-
|`blob`|`Byte[]`|
246
-
|`bool`|`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by defult ) |
247
-
|`char`|`String`|
248
-
|`date`|`Datetime`|
249
-
|`datetime`|`Datetime`|
250
-
|`decimal`|`Decimal`|
251
-
|`double`|`Double`|
252
-
|`double precision`|`Double`|
253
-
|`enum`|`String`|
254
-
|`float`|`Single`|
255
-
|`int`|`Int32`|
256
-
|`int unsigned`|`Int64`|
257
-
|`integer`|`Int32`|
258
-
|`integer unsigned`|`Int64`|
259
-
|`JSON`|`String`|
260
-
|`long varbinary`|`Byte[]`|
261
-
|`long varchar`|`String`|
262
-
|`longblob`|`Byte[]`|
263
-
|`longtext`|`String`|
264
-
|`mediumblob`|`Byte[]`|
265
-
|`mediumint`|`Int32`|
266
-
|`mediumint unsigned`|`Int64`|
267
-
|`mediumtext`|`String`|
268
-
|`numeric`|`Decimal`|
269
-
|`real`|`Double`|
270
-
|`set`|`String`|
271
-
|`smallint`|`Int16`|
272
-
|`smallint unsigned`|`Int32`|
273
-
|`text`|`String`|
274
-
|`time`|`TimeSpan`|
275
-
|`timestamp`|`Datetime`|
276
-
|`tinyblob`|`Byte[]`|
277
-
|`tinyint`|`SByte`|
278
-
|`tinyint unsigned`|`Int16`|
279
-
|`tinytext`|`String`|
280
-
|`varchar`|`String`|
281
-
|`year`|`Int`|
239
+
| MariaDB data type | Interim service data type | Interim service data type (for the legacy driver version) |
240
+
|:--- |:--- |:--- |
241
+
|`bigint`|`Int64`|`Int64`|
242
+
|`bigint unsigned`|`Decimal`|`Decimal`|
243
+
|`bit(1)`|`UInt64`|`Boolean`|
244
+
|`bit(M), M>1`|`UInt64`|`Byte[]`|
245
+
|`blob`|`Byte[]`|`Byte[]`|
246
+
|`bool`|`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by defult ) |`Int16`|
0 commit comments