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

Add support to wildcards in SQL Projects #12817

Closed
kblok opened this issue Oct 8, 2020 · 2 comments
Closed

Add support to wildcards in SQL Projects #12817

kblok opened this issue Oct 8, 2020 · 2 comments
Assignees
Labels
Area - SQL Project Enhancement Request for new features or functionality Good First Issue Issues that are candidates for developers to fix who may be less familiar with the codebase Pri: 3 Triage: Done
Milestone

Comments

@kblok
Copy link

kblok commented Oct 8, 2020

Is your feature request related to a problem? Please describe.
I'm able to setup sqlprojects using wildcards en visual studio

<Build Include="dbo\**\*.sql" />
<None Include="Scripts\**\*.sql" />

I'm getting a funny result when using that sqlproj in datastudio

image

Describe the solution or feature you'd like
It would be great to support wildcards there.

@abist abist added the Enhancement Request for new features or functionality label Oct 8, 2020
@kisantia kisantia added this to the Backlog milestone Oct 9, 2020
@kisantia kisantia added Pri: 3 Good First Issue Issues that are candidates for developers to fix who may be less familiar with the codebase labels Dec 11, 2020
@tlentine
Copy link

This would be a fantastically useful feature and in our case speed adoption of being able to use Azure Data Studio for development instead of using Visual Studio & SSDT.

@kisantia
Copy link
Contributor

@kblok @tlentine there is now support for SDK-style projects in ADS and wildcards are supported for SDK-style projects if you'd like to give it a try!

Blog on SDK-style sql projects: https://techcommunity.microsoft.com/t5/azure-sql-blog/microsoft-build-sql-the-next-frontier-of-sql-projects/ba-p/3290628

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area - SQL Project Enhancement Request for new features or functionality Good First Issue Issues that are candidates for developers to fix who may be less familiar with the codebase Pri: 3 Triage: Done
Projects
None yet
Development

No branches or pull requests

5 participants