Home
Options

Linqpad recognizes mySQL bool field as sbyte?

I have a table with a bool field that is recognized by Linqpad as sByte for some reason. How can I fix this? It should either recognize it as a bool field or an int, but not an sByte. Or is there some other way I can get around this?

I just want a simple where p.field is true condition but I haven't been able to convert the field and I don't know how to work with sByte, googling isn't revealing anything relevant to my situation either.
Sign In or Register to comment.