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

hotfix: 타임라인 조회 시 only_full_group_by 에러 해결 #375

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

penrose15
Copy link
Collaborator

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 타임라인에서 이미지 조회 시 only_full_group_by 에러 발생

원인
select i.memory_id, i.image_name from image_entity i where i.memory_id in (...) group by i.memory_id 에서 group by 가 memory_id 만 있어서 오류 남

현재는 memoryIds 에 해당하는 이미지 전체 조회 후 memory에 해당하는 이미지 하나만 필터링 하는 것으로 조회

📝 참고사항

@penrose15 penrose15 self-assigned this Sep 6, 2024
Copy link

github-actions bot commented Sep 6, 2024

Test Results

64 tests   64 ✅  2s ⏱️
17 suites   0 💤
17 files     0 ❌

Results for commit f4f4f3f.

Copy link
Member

@ywonchae1 ywonchae1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨어요!

@penrose15 penrose15 merged commit 139a1e2 into develop Sep 6, 2024
3 checks passed
@its-sky its-sky deleted the hotfix/371-timeline branch September 13, 2024 07:00
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.

🐛 image 저장 안하고 수영 기록 저장 후 타임라인 조회 시 오류 발생 이슈 해결
2 participants