EFCore.TemporalSupport
EFCore.TemporalSupport copied to clipboard
Crashes when tablename is a reserved SQL keyword
There is an issue with a library when table name (or schema) is a reserved keyword (e.g. User). I've added a pull request for that issue here: https://github.com/cpoDesign/EFCore.TemporalSupport/pull/9
I hope that's a good solution for you :)
Looks like this issue can be closed.
And BTW, FYI if you add a PR and write Fixes #10 or Closes #10, once that PR is merged, the issue will automatically close (see more.