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

SqlCmdVariable DefaultValue should not be written to .dacpac as per docs #656

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

ErikEJ
Copy link
Collaborator

@ErikEJ ErikEJ commented Nov 12, 2024

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Nov 12, 2024

@jmezach Any idea why the build failed?

@jmezach
Copy link
Member

jmezach commented Nov 12, 2024

Yeah, it looks like we're being hit again by having a submodule dependency ;).

Copy link
Member

@jmezach jmezach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One thing I'm wondering whether we now need to pass the values of SqlCmd variables to the DacpacTool from the SDK at all since we're not doing anything with it anyway?

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Nov 12, 2024

Correct, but this change just avoids any SDK changes

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Nov 12, 2024

Maybe the docs need adjusted as well, I will check

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Nov 12, 2024

@jmezach Updated the readme

@ErikEJ ErikEJ merged commit 4bcafb1 into rr-wfm:master Nov 13, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

Defining SQLCMD variables in the project prevents them from being set via environment variables
3 participants