MySqlConnector
MySqlConnector copied to clipboard
MySQL Connector for .NET
**Software versions** MySqlConnector version: 2.3.5 Server type (MySQL, MariaDB, Aurora, etc.) and version: 8.0.25 .NET version: net7.0 Dapper version: 2.1.28 **Describe the bug** NullReferenceException **Exception** ``` [Error Message]=Object reference not...
**Software versions** MySQL 5.7.34, MySQL 8.0.22 **Describe the bug** Some of the CHARSET=sjis characters (Japanese) are returned as question marks when they are read by MySqlConnector. Exactly the same code...
**Software versions** MySqlConnector version:2.2.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8.0 .NET version: .net core 3.1 (Optional) ORM NuGet packages and versions: Dapper 2.1.35 **Describe the bug**...
**Software versions** MySqlConnector version: Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL **Describe the bug** The SchemaOnly command behaviour is not working as expected for DML commands such as...
**Unable to pass in custom order of column in DataTable to bulkcopy.** https://github.com/mysql-net/MySqlConnector/blob/d9e59c7995592c9ea11300382a6aa8914b5a60ab/src/MySqlConnector/MySqlBulkCopy.cs#L46 **Describe the solution you'd like** Change ` public List ColumnMappings { get; }` to ` public List...
**Is your feature request related to a problem? Please describe.** I saw that the MySqlBulkCopy (which is great) use a const 1MB to read from IDataReader and write to target....
**Software versions** MySqlConnector version: 2.3.1 Application running on EC2 Windows Server 2022 10.0.20348 N/A Build 20348 Server type (MySQL, MariaDB, Aurora, etc.) and version: AWS Aurora MySQL 3.05.0 .NET version:...
**Software versions** MySqlConnector version: `2.3.5` Server type (MySQL, MariaDB, Aurora, etc.) and version: `MySQL` .NET version: `net6.0` (Optional) ORM NuGet packages and versions: n/a **Describe the bug** We have an...
For backwards-compatibility reasons, `MySqlDataReader.GetValue` will return a `DateTime` object for `DATE` columns, even though this could be represented by a .NET `DateOnly` struct. For users who want a `DateOnly`, there...
From https://github.com/mysql-net/MySqlConnector/issues/1451#issuecomment-1944973581: > Would it make sense to add a similar option to read JSON columns as byte[] (instead of a string)? On .NET 6.0 and later, `MySqlDataReader` could expose...