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

[Bug](v9.2.0) Incorrect formatting for code with comments out #525

Closed
hiroyuki0415 opened this issue Aug 6, 2024 · 0 comments · Fixed by #531
Closed

[Bug](v9.2.0) Incorrect formatting for code with comments out #525

hiroyuki0415 opened this issue Aug 6, 2024 · 0 comments · Fixed by #531

Comments

@hiroyuki0415
Copy link

  • before
SELECT sc1.uniquename AS [aaa]
FROM (
	SELECT sc.solutionidname AS uniquename,
		-- comment
		sc.objectid
	FROM solutioncomponent AS sc
	) AS sc1
  • after
SELECT sc1.uniquename AS [aaa]
FROM   (SELECT sc.solutionidname AS uniquename,
               sc.objectid
        FROM   solutioncomponent AS sc) AS sc1;

-- comment
@MarkMpn MarkMpn linked a pull request Aug 24, 2024 that will close this issue
@MarkMpn MarkMpn mentioned this issue Aug 24, 2024
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 a pull request may close this issue.

1 participant