Pomelo.EntityFrameworkCore.MySql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.MySql copied to clipboard

Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector

Results 216 Pomelo.EntityFrameworkCore.MySql issues
Sort by recently updated
recently updated
newest added

Hi all, MariaDB has UUID data type as of 10.7: https://mariadb.com/kb/en/uuid-data-type/. Do you plan to make it possible to map `System.Guid` as `UUID` type? Regards, nk

type-enhancement

### Steps to reproduce 1. Create a .NET 6.0 Web API project 2. Configure appsettings.json ConnectionStrings. Example: ``` ... "ConnectionStrings": { "Conn01": "Server=ServerDB; User ID=user01; Password=ThePasswd; Database=db01", "Conn02": "Server=ServerDB; User...

### TLDR @lauxjpn mentioned in this issue #1350 that it should be using ST_Latitude and ST_Longitude, but it's not for us. How can we give Pomelo the hint it needs...

type-bug

### Steps to reproduce Using MariaDb 10.7.8 ```cs public class Entity { public Guid Id { get; set; } public Guid? ParentId { get; set; } } // ... public...

We have a MySQL table with a column ```IsActive``` with type bit(1), it is mapped to boolean type in our object model. Prior to upgrading to entityframework core 7.0.5. Below...

I run into some to my knowledge undocumented behavior while using ExecuteUpdate and using database values for setting new values and I'm not sure if this is the correct place...

### Steps to reproduce 1. Compiled and published the project on a windows machine with mysql 8.0.24 as database. 2. Target machine for publishing as Linux with framework dependent mode...

needs-more-info

## Question The milliseconds of `DateTime` are lost when adding data seeds in database migration. After saving to the database, the milliseconds of the DateTime type in all entity-generated data...

type-investigation

### Steps to reproduce Try to access any Mysql/Mariadb database on Windows with named pipes with Pomelo. You will get an exception. ### The issue OpenNamedPipeAsync in ServerSession.cs wrongly creates...

### Steps to reproduce Ideally include a complete code listing that we can run to reproduce the issue. Alternatively, you can provide a project/solution that we can run. ### The...