We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now, we can't figure out how to backup and restore an SQL Server database properly (see #61).
As our nominal workflow needs the backup and restore features (see https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/command.html and https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/workflow.html), the SQL Server support, in its current state, seems pointless.
Also, we have often troubles using SQL Server docker images and we spend way too much time trying to fix them.
That's why I think we should drop SQL Server Support.
The text was updated successfully, but these errors were encountered:
I'm quite sad, developing for it was fun. Although, I agree that until we do not solve the backup and restore problem, it's quite useless.
I'm OK with dropping CI and unmark it as being fully supported, but I'd still like to keep our local tests and existing implementation?
Sorry, something went wrong.
The problem I see to keep the existing implementation and local tests is that it will force us to continue to maintain the SQL Server compatibility.
Like for example, if we add a new anonymizers, should it be compatible or not with SQL Server ?
No branches or pull requests
For now, we can't figure out how to backup and restore an SQL Server database properly (see #61).
As our nominal workflow needs the backup and restore features (see https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/command.html and https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/workflow.html), the SQL Server support, in its current state, seems pointless.
Also, we have often troubles using SQL Server docker images and we spend way too much time trying to fix them.
That's why I think we should drop SQL Server Support.
The text was updated successfully, but these errors were encountered: