EFCore.TemporalSupport icon indicating copy to clipboard operation
EFCore.TemporalSupport copied to clipboard

Crashes when tablename is a reserved SQL keyword

Open theberserker opened this issue 6 years ago • 1 comments

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 :)

theberserker avatar Dec 05 '18 10:12 theberserker

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.

weitzhandler avatar Dec 27 '18 02:12 weitzhandler