EntityFramework.Docs icon indicating copy to clipboard operation
EntityFramework.Docs copied to clipboard

Sqlite migrations limitations read confusing

Open ErikEJ opened this issue 1 year ago • 2 comments

https://docs.microsoft.com/hr-hr/ef/core/providers/sqlite/limitations#migrations-limitations

The initial paragraph and some sections further down seem to ignore that all migrations operations are listed as supported in the summary table.

Propose that the paragraphs are deleted. Happy to submit a PR based on the outcome of this issue.. (if needed 😁 )

ErikEJ avatar Jul 31 '22 12:07 ErikEJ

Yeah, you seem to be right - do we have any more migrations on Sqlite which aren't supported even via a table rebuild? @bricelam

roji avatar Aug 02 '22 07:08 roji

This could definitely use some clarification. The thing I still want to communicate is that these operations will still throw but only when you do them out-of-band for things that aren't part of your EF model.

bricelam avatar Aug 03 '22 17:08 bricelam