Skip to content

Fix precedence issue when it comes to expressions like boolParam = nullableBoolColumn IS NOT NULL#1311

Merged
lauxjpn merged 2 commits intoPomeloFoundation:masterfrom
lauxjpn:fix/issue1309
Jan 26, 2021
Merged

Fix precedence issue when it comes to expressions like boolParam = nullableBoolColumn IS NOT NULL#1311
lauxjpn merged 2 commits intoPomeloFoundation:masterfrom
lauxjpn:fix/issue1309

Conversation

@lauxjpn
Copy link
Collaborator

@lauxjpn lauxjpn commented Jan 26, 2021

Fixes #1309

@lauxjpn lauxjpn added this to the 5.0.0-alpha.3 milestone Jan 26, 2021
@lauxjpn lauxjpn self-assigned this Jan 26, 2021
@lauxjpn lauxjpn merged commit e2cd0e9 into PomeloFoundation:master Jan 26, 2021
@lauxjpn lauxjpn deleted the fix/issue1309 branch January 26, 2021 17:36
lauxjpn added a commit to lauxjpn/Pomelo.EntityFrameworkCore.MySql that referenced this pull request Jan 26, 2021
lauxjpn added a commit that referenced this pull request Jan 26, 2021
…lParam = nullableBoolColumn IS NOT NULL` (#1312)

* Backport: Fix precedence issue when it comes to expressions like `boolParam = nullableBoolColumn IS NOT NULL` (#1311)

* Implement changes for EF Core 3.1 and fix tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nullable boolean in MySQL condition always yielding false/true

1 participant