You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2020. It is now read-only.
Hi, are boolean fields supported in 2.0.11.6 ? (FB 2.5)
I'm using the Add-Migration of EntityFrameworkCore to produce a migration script. In my model, I have a property of type bool. The resulting migration script defines the property as bool as well. Though, FB 2.5 does not support boolean properties and gives an error when trying to run the Update-Database tool, with error message being "Specified domain or source column BOOLEAN does not exist".
My problem is very similar to #11 this issue. This issue is marked as finished, so I wondered if this is supported yet or maybe I'm just doing something wrong.
Hello @ludydoo ,
I'm working on it, I'm spending some effort to tweak the provider and keep up with the 2.5 compatibility, since each provider was thought of 3.X.
So I'll sort this out, but it's only available for 2.1 RTM, but I think I can release a version before for testing.
Boolean type for Fb 2.5
The text was updated successfully, but these errors were encountered: