Bubi
Bubi
+14 from #277
There was a bug in not nullable columns retrieve. In your sample there is a table that does not have primary key so EF can't manage it. The other table...
About views I think that SQL Server has the same issue. You need to have views with primary key and I think that Microsoft Access can't (or, at least, it...
Sorry but I can't help you. I don't use EF Power Tools. Maybe on stack overflow you can find someone that helps you
In your code `Up` is setting the column to nullable, `Down` to not nullable. After `Up` the column should be nullable. I'm running this tests ``` C# CreateTable( "MigrationMakeNullableInt", c...
Actually I don't know if it works with VS2017, I've never try. For sure is quite hard to make it work with every VS version. When I have some hours...
Aren't the goodn8 suggestions working? I'm trying to find some minutes to update the documentation with that suggestions...
THANKS FOR YOUR SUGGESTIONS!!! It's not abandoned! I use it every single day! :) I'm not able to support db first (I don't use it and it seems that every...
It's a Microsoft Jet bug that happen only on some cultures. No way to fix it. You can see a similar issue here https://github.com/bubibubi/EntityFrameworkCore.Jet/issues/32
Not really a suggestion but if you have a support contract you could try to contact Microsoft. You can find the code that uses only OleDb on https://github.com/bubibubi/EntityFrameworkCore.Jet/issues/32