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

support comments after opening parenthesis in IN expression #98

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

lemonadern
Copy link
Collaborator

Fix #56

概要

  • IN 式の開き括弧の後のコメントをサポートしました
select
	*
from
	tbl	t
where
	t.id	in	(
		-- after opening paren
		-- another comment
		/*firstId*/0
	,	/*secondId*/1
	)
;

@lemonadern lemonadern requested a review from tanzaku September 6, 2024 07:19
@lemonadern lemonadern marked this pull request as ready for review September 6, 2024 07:19
@lemonadern lemonadern requested a review from tanzaku September 6, 2024 09:28
@tanzaku tanzaku merged commit 38fd08b into main Sep 6, 2024
8 checks passed
@tanzaku tanzaku deleted the support-comments-after-opening-paren branch September 6, 2024 09:47
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.

Support comment after opening parenthesis
2 participants