-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BE] refactor: NativeQuery를 JPQL로 변환 #808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 굿 ~👍 이참에 프로젝션도 공부해야겠어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아루 고수고수고🌿
이렇게 하면 도커로 환경 통일을 하지 않아도 되는지 확인해봐야겠네용!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빠른 수정 좋아요😊
이게 바로 백엔드 컨트리뷰터 1위의 위엄!!
61e639a
to
5b2e761
Compare
이 PR이 머지되면 아래 PR은 잠정 중단됩니다: |
nativeQuery
를 모두 JPQL로 전환하고, 이를 통해 컴파일 시간에 오류를 확인할 수 있도록 합니다. SQL을 작성하지 않으니 MySQL하고도 호환될 것이라고 기대해요.