Skip to content

Commit 832d7b4

Browse files
committed
Add two more Connector/NET bugs.
1 parent baaca2e commit 832d7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/tutorials/migrating-from-connector-net.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-10-23
2+
lastmod: 2021-12-24
33
date: 2016-10-16
44
menu:
55
main:
@@ -293,3 +293,5 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector. (~
293293
* [#105209](https://bugs.mysql.com/bug.php?id=105209): Timespan value of zero can't be read with prepared command
294294
* [#105728](https://bugs.mysql.com/bug.php?id=105728): Named command parameters override query attribute values
295295
* [#105730](https://bugs.mysql.com/bug.php?id=105730): `MySqlCommand.Clone` doesn't clone attributes
296+
* [#105768](https://bugs.mysql.com/bug.php?id=105768): `MySqlCommandBuilder` doesn't support tables with `BIGINT UNSIGNED` primary key
297+
* [#105965](https://bugs.mysql.com/bug.php?id=105965): `MySqlParameterCollection.Add(object)` has quadratic performance

0 commit comments

Comments
 (0)