Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A boolean property with default value is not updated / MySQL / BulkUpdate / #1452

Open
codexBA opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@codexBA
Copy link

codexBA commented Apr 3, 2024

EF Core 8.0.2
EFCore.BulkExtensions 8.0.2
MySQL 8.0.29

BulkUpdate

Boolean properties with default value set in OnModelCreating, are not updated - the default value is preserved.

OnModelCreating method:

entity.Property(e => e.TheProperty).HasDefaultValue(true);

Once this line is removed/commented out .HasDefaultValue(true); it works fine.
Other properties are updated normally.

Not sure how it works for properties other than boolean with default values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant