You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an SQL database with temporal tables that contain the history of changes. When I try to use ResetAsync(), it throws this error. While debugging, I can see that the respawner.DeleteSql property has all the tables I want to be deleted - both regular tables and temporal tables.
The text was updated successfully, but these errors were encountered:
Does not make any difference to me if i set CheckTemporalTables = true or False. Do I need to explicitly tell all table names that ends on History to be excluded ?
I have an SQL database with temporal tables that contain the history of changes. When I try to use ResetAsync(), it throws this error. While debugging, I can see that the respawner.DeleteSql property has all the tables I want to be deleted - both regular tables and temporal tables.
The text was updated successfully, but these errors were encountered: