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

Minor capitalization changes in IDS setup code #66

Open
SOM-fermonte opened this issue Dec 2, 2022 · 0 comments
Open

Minor capitalization changes in IDS setup code #66

SOM-fermonte opened this issue Dec 2, 2022 · 0 comments

Comments

@SOM-fermonte
Copy link

Describe the bug
There are a few instances of SQL statements that have different capitalization than Database Projects expect in Visual Studio and they generate warnings when building a project. Having the ability to build fresh installs without warnings makes the installation process easier for new adopters.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new database instance following the existing instructions.
  2. Create a new Database Project in Visual Studio (tested in 2019 and 2022).
  3. Import the schema into the project in VS
  4. Build the project
  5. You can see multiple warnings related to unexpected capitalization

Expected behavior
A fresh install should allow for a simple import and build without errors or warnings.

Screenshots
Available on request.

Desktop (please complete the following information):

  • OS: Windows 10 Enterprise
  • Visual Studio 2019 or 2022
  • Tested on SQL Server 2016/2019 (on-premises) and Azure SQL Server 2019

Additional context
Proposed changes are included in Pull Request #64

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

No branches or pull requests

1 participant