Fix Malfunction - only call writeParam() methods inside writeParentheses() method #524
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
3.0.0 부터 지원했던 비슷한 류의 upper(), lower() 등의 함수들도 이전과 다르게 아래와 같은 예기치 않은 동작을 보이는것을 확인했습니다.
upper(:param1)
처럼 렌더링 되던게upper:param1
처럼 괄호가 누락된 채로 렌더링 되는 이슈.DefaultJpqlWriter.kt
변경 이후 부터 영향을 받은듯합니다.Modifications
Commit Convention Rule
commit type
please describe it on the Pull RequestResult
Closes