Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provisioning and Deprovisioning #1138

Closed
charristti opened this issue Feb 26, 2024 · 2 comments
Closed

Provisioning and Deprovisioning #1138

charristti opened this issue Feb 26, 2024 · 2 comments

Comments

@charristti
Copy link
Contributor

Using 1.0.0-beta-1517 with Net8.02, MS Sql Server Express 2017, with Sql Change Tracking

  1. When provisioning a scope, occasionally getting scope_info records with sync_scope_schema and sync_scope_setup both set to null. Deleting the records and reprovisioning usually works.
  2. When deprovisioning a scope the table property Change Tracking is being set to False even though there are other scopes still referencing the same table.
@Mimetis
Copy link
Owner

Mimetis commented Feb 26, 2024

When provisioning a scope, occasionally getting scope_info records with sync_scope_schema and sync_scope_setup both set to null. Deleting the records and reprovisioning usually works.

Not sure I understand.
Can you elaborate a little bit ?

When deprovisioning a scope the table property Change Tracking is being set to False even though there are other scopes still referencing the same table.

DeprovisionAsync is .... deprovioning.... regardless any others scopes.
IF you don't want to deprovision a table, check the others scopes before, to see if the table is used somewhere else ?

That's being said, this is something we can also do in the framework

@charristti
Copy link
Contributor Author

charristti commented Feb 28, 2024 via email

@Mimetis Mimetis closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants