Skip to content

Commit 46783e3

Browse files
committed
Add known issue for MySqlBulkCopy.
1 parent 00cce0d commit 46783e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/content/api/mysql-bulk-copy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ for SQL Server.
1717
Due to [security features](../troubleshooting/load-data-local-infile/) in MySQL Server, the connection string
1818
**must** have `AllowLoadLocalInfile=true` in order to use this class.
1919

20+
`MySqlBulkCopy` currently requires that the source data (`DataTable` or `IDataReader`) contain all
21+
the columns of the destination table in the same order.
22+
2023
**Note:** This API is a unique feature of MySqlConnector; you must [switch to MySqlConnector](../../overview/installing/)
21-
in order to use it. It is supported in version 0.62.0-beta6 and later.
24+
in order to use it. It is supported in version 0.62.0 and later.
2225

2326
## Example Code
2427

0 commit comments

Comments
 (0)