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

DacFX does not generate the OBJECT_ID property for CREATE USER #436

Open
JensKSuessmeyer opened this issue Apr 4, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JensKSuessmeyer
Copy link

  • SqlPackage or DacFx Version: 16.18089.0
  • .NET Framework (Windows-only) or .NET Core: 4.8.09032
  • Environment (local platform and source/target platforms): (local)

Steps to Reproduce:

  1. Create a project, create a user object having the OBJECT_ID option in the EXTERNAL flavour of the principal.
  2. Build the project (Works)
  3. Create a deployment script for the database and inspect the script. => The script will omit the OBJECT_ID part.

The ScriptDom implemented the parsing, thought he DacFX does not have to logic so far.

Found by Jenss
Validated by ZijChen

Did this occur in prior versions? If not - which version(s) did it work in?

(DacFx/SqlPackage/SSMS/Azure Data Studio)
1
3
2

@JensKSuessmeyer JensKSuessmeyer added the bug Something isn't working label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant