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

[TINY] Fix to #19606 - Query: add support for convert to/from bool value using Convert.To* methods #21163

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Jun 6, 2020

Fixes #19606

@maumar maumar requested a review from a team June 6, 2020 17:58
@maumar maumar force-pushed the fix19606 branch 2 times, most recently from b3dbfb1 to 357f370 Compare June 6, 2020 19:22
@maumar
Copy link
Contributor Author

maumar commented Jun 7, 2020

@smitpatel updated

@@ -7277,6 +7277,88 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)

#endregion

[ConditionalFact]
public void Fubarson()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? :trollface:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS glitched again and didnt save changes >.<

@maumar maumar merged commit 252dee5 into master Jun 8, 2020
@maumar maumar deleted the fix19606 branch June 8, 2020 05:00
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

Successfully merging this pull request may close these issues.

Query: add support for convert to/from bool value using Convert.To* methods
2 participants