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

Enable RenameIndex for MariaDbServerVersion >= 10.5.2

Open JustusGreiberORGADATA opened this issue 1 year ago • 0 comments

The issue

MariaDB supports RenameIndex for version 10.5.2 or higher:

https://jira.mariadb.org/browse/MDEV-7318

But it is not marked like that in MariaDbServerVersion:

https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/blob/master/src/EFCore.MySql/Infrastructure/MariaDbServerVersion.cs#L54-L56

JustusGreiberORGADATA avatar Oct 06 '23 15:10 JustusGreiberORGADATA