Georgi Findulov
Georgi Findulov
Hi, at this point this is not supported but I've definitely planned it for future releases. The main goal is to support temporal tables creation/deletion (current functionality) and ability to...
No, sorry to inform you that at this point it's not possible to fetch related data but I keep thinking of an appropriate way to implement that behavior.
This would be very useful to have in the future release, thanks for the suggestion.
Hi, The library relies entirely on Entity Framework Core 3.0 and requires using .net standard 2.1 library. It is described here: https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0/breaking-changes#netstandard21
Sure, go ahead!
Hi, thanks for using the library. I could update it but I haven't found available time to investigate the new netstandard 2.1 support in .NET 5.0 and I'm afraid not...
This is definitely something to include in the next version. Thanks for the suggestion.
Sorry for being away for so long, this seems to be SQL Server related and I need to research the scenario but it seems the only solution would be just...
Hey guys, I've tried to reproduce your problem and managed to find a solution for it. I've extended the existing `SqlServerMigrationsGenerator` and intercept the `DropTableOperation` SQL generation and just before...
Temporal table configuration is handled by extensions methods `UseTemporalTable/PreventTemporalTable` methods and is not related to the migrations. In other words, if you want to make a table temporal, just configure...