fix: controller bug - #228
Open
AnnieHa1002 wants to merge 1 commit into
Open
Conversation
3 tasks
AnnieHa1002
commented
Mar 11, 2026
|
|
||
| @Query( | ||
| value = | ||
| "SELECT * FROM baedalsodae.event WHERE status = 'PENDING' ORDER BY created_at ASC LIMIT 10 FOR UPDATE SKIP LOCKED", |
Collaborator
Author
There was a problem hiding this comment.
test에서 h2 사용하기 떄문에 baedalsodae를 찾지 못해 문제가 생깁니다.
Native쿼리는 데이터베이스 path 를 기억하고 잇어 자동으로 찾아감으로 반드시 필요하지않아 지웠습니다
| requestFields( | ||
| fieldWithPath("transcribedText") | ||
| .description("음성 인식 텍스트"), | ||
| fieldWithPath("userId").description("사용자 ID")), |
Collaborator
Author
There was a problem hiding this comment.
userId 없는 것 확인하여 삭제하였습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 관련 이슈
💡 작업 내용
🔍 변경 이유
📝 리뷰 포인트 (선택)
🧠 기타 참고 사항
(참고 문서, 스크린샷 등)