Comments
2 comments
-
Thanks for your post - I tried following your steps but got a different result; with my comparison results showing it wanting to drop the user from the target - this makes sense as the user wasn't committed, so doesn't exist in the source control version.
I'm not quite sure how you got it to display the result you saw, unless it's a function of the comparison options you selected.
Either way, we don't generally recommend you perform a "partial commit" like this, as it can lead to the Get Latest process not working for other users (think of the scenario where you create a new procedure and table, then commit just the procedure. When another user tries to do a "get" it'll fail as the dependent table doesn't exist). -
Your result sounds more like something I would expect. Maybe it's a problem with how I tried to reproduce the problem. You could, instead of releasing to the same database, release it to another database that is identical except for this change (i.e. before you added the user). In my case this would be checking in from the dev env, svn merge to test env, and release to the database there.
Add comment
Please sign in to leave a comment.
Here's how to reproduce the issue:
There will now be the following statement in the comparison window:
This user can also be seen as unmapped in the owner mapping window.
The only way to get rid of the create-schema-statement, afaik, is to also commit the actual user and then redo the comparison.
Am i missing something here or is this a bug?