MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

MySQL Connector for .NET

Results 148 MySqlConnector issues
Sort by recently updated
recently updated
newest added
trafficstars

When `Utf8String` is released, consider how to support it. Possibilities: * Add `MySqlDataReader.GetUtf8String(int ordinal)` to read a `Utf8String` directly for string/JSON columns. * Allow `MySqlParameter.Value` to be `Utf8String` and serialise...

enhancement

Hello, I have a problem using MySqlConnector. I'm using this code as a wrapper around the library: ``` namespace DatabaseLibrary { public class DatabaseHelper { public static int ExecuteNonQuery(string connectionString,...

Hi, The documentation say: > FailOver > Each new connection tries to connect to the first host; subsequent hosts are used only if connecting to the first one fails. I...

The bulk load function doesn't seem to work within a .net Core 2.0 Lambda function. I'm using version 0.40 and Ive also tried with version 0.36. If the lambda function...

MySqlConnector currently detects nested transactions by using the `MySqlConnection.CurrentTransaction` property. This is only set if the user uses the `BeginTransaction(Async)` API. It would be more robust to check the server...

A new client flag in MySQL 8.0: * https://dev.mysql.com/doc/refman/8.0/en/c-api-optional-metadata.html * https://dev.mysql.com/worklog/task/?id=8134 Would need to be controlled by a new connection string option (`OmitResultSetMetadata=true`?). Required for aspnet/DataAccessPerformance#34.

enhancement

**Software versions** MySqlConnector version: 2.1.3 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8.0.28 RDS .NET version: 6.0.401 (Optional) ORM NuGet packages and versions: N/A **Describe the bug** Selecting...

**Current** The connections will be closed after `wait_timeout` in server side, "Min Pool Size" dot not work. **Expect** Set a property to keep alive. [HikariCP](https://github.com/brettwooldridge/HikariCP#frequently-used) used a property `keepaliveTime` to...

enhancement
low priority

**Software versions** MySqlConnector version: 2.0.0 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8.0.29 .NET version: 6.0 (Optional) ORM NuGet packages and versions: Pomelo.EntityFrameworkCore.MySql 6.0 **Describe the bug** I...

**Software versions** MySqlConnector version: 2.3.6 Server type (MySQL, MariaDB, Aurora, etc.) and version: MariaDB 10.6.17 .NET version: .net6 (Optional) ORM NuGet packages and versions: **Describe the bug** I tried to...