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

**Software versions** MySqlConnector version: 2.3.5 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL Community Edition 8.2.0 on Windows .NET version: 8 **Describe the bug** When I try to open...

The `ProcessList` schema (used by `MySqlConnection.GetSchema("ProcessList")`) uses `INFORMATION_SCHEMA.PROCESSLIST`. From MySQL Server 8.0, [this is deprecated](https://dev.mysql.com/doc/refman/8.0/en/information-schema-processlist-table.html): > `INFORMATION_SCHEMA.PROCESSLIST` is deprecated and subject to removal in a future MySQL release. As such,...

enhancement
low priority

**Software versions** MySqlConnector version: 2.1.6, but still relevant on latest `master` as far as I can tell Server type (MySQL, MariaDB, Aurora, etc.) and version: Not relevant .NET version: Not...

documentation

https://opentelemetry.io/docs/specs/semconv/database/database-spans/ Changes appear to be: Removed | Added | Notes --- | --- | --- n/a | `db.instance.id` | The actual DB instance, e.g., if individual nodes in a cluster...

**Is your feature request related to a problem? Please describe.** We are infrequently getting "Packet received out-of-order" errors, all of which seem to be coming from the same code path,...

`MySqlConnectorLogManager.Provider` is "deprecated" in MySqlConnector 2.3.0: https://github.com/mysql-net/MySqlConnector/blob/413b4bb5e231e9115c1018bc5af85115c4940123/docs/content/overview/version-history.md#L43 However, the property hasn't been marked `[Obsolete]` in code: https://github.com/mysql-net/MySqlConnector/blob/413b4bb5e231e9115c1018bc5af85115c4940123/src/MySqlConnector/Logging/MySqlConnectorLogManager.cs#L15 In a future release (maybe 2.4.0?), this property should be marked `[Obsolete]` with...

enhancement

https://devblogs.microsoft.com/dotnet/dotnet-7-networking-improvements/#negotiate-api > .NET 7 introduces new API providing low-level building blocks to perform the authentication exchange for the above mentioned protocols, see dotnet/runtime#69920. Investigate if `AuthGSSAPI.cs` can be replaced with...

enhancement
low priority

MySQL Server does not support 128-bit integers, but it seems useful to support the `Int128` and `UInt128` types for `MySqlParameter.Value`, `MySqlDataReader.GetFieldValue`, and other places values can be passed to/from the...

enhancement

Enhancement request (see [comment](https://github.com/mysql-net/MySqlConnector/issues/1375#issuecomment-1739822808)): fall back to matching columns by name instead of by ordinal. **Software versions** MySqlConnector version: 2.27 and 2.3.0-beta3 Server type (MySQL, MariaDB, Aurora, etc.) and version:...

enhancement

**Software versions** MySqlConnector version: 2.2.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MYSQL 8.0.31, OS CENTOS 7 .NET version: NET FRAME WORK 4.7.2, OS Window server 2019 (Optional) ORM...