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 bug running inst/sql/sql_server/analyses/2004.sql #771

Open
CyloNox opened this issue Sep 5, 2024 · 1 comment
Open

Minor bug running inst/sql/sql_server/analyses/2004.sql #771

CyloNox opened this issue Sep 5, 2024 · 1 comment

Comments

@CyloNox
Copy link

CyloNox commented Sep 5, 2024

Running 2004.sql on a sql server hit a max amount of characters for a CTE. All that I did was split it out into two CTEs and do the insert at the bottom with both. Here is the analysis file with the line where I made a second CTE: https://github.com/JH-TIC/Achilles/blob/main/inst/sql/sql_server/analyses/2004.sql#L674

It's a simple fix but would be nice to include this on the next release so I don't have to slightly modify the code.

@festerman
Copy link

Same as #720 , #679

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

2 participants