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

Allow ExceptIntercept, ExceptInterceptPrecedence for MySql versions >= 8.0.31

Open jeffska opened this issue 6 months ago • 1 comments

As of version 8.0.31, MySql supports INTERSECT and EXCEPT. See https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-31.html

This change enables ExceptIntercept and ExceptInterceptPrecedence for versions >= 8.0.31.

The now-enabled tests pass, and it also works properly in my application.

jeffska avatar Jan 18 '24 17:01 jeffska

Looks like failures are due to missing test overrides in unrelated areas.

jeffska avatar Jan 18 '24 19:01 jeffska

@jeffska Thank you for your contribution!

lauxjpn avatar Feb 28 '24 08:02 lauxjpn