Skip to content

bug: SQL을 잘못 쓴 이슈,,#400

Merged
s-hwan merged 2 commits intodevelopfrom
BE-46
Sep 21, 2025
Merged

bug: SQL을 잘못 쓴 이슈,,#400
s-hwan merged 2 commits intodevelopfrom
BE-46

Conversation

@s-hwan
Copy link
Contributor

@s-hwan s-hwan commented Sep 21, 2025

📌 Related Issue

BE-46

🚀 Description

  • native query는 쿼리를 그대로 보낸다고 합니다, 앤티티 mapping을 안하고,,

📢 Review Point

  • 뭔가 더 더 잘 할 수 있을거 같은데 좀 급하게 한 것 같아서 살짝 맘에 안듭니다..ㅠ

@s-hwan s-hwan requested review from rladmstn and sh0723 September 21, 2025 12:05
@linear
Copy link

linear bot commented Sep 21, 2025

@channeltalk
Copy link

channeltalk bot commented Sep 21, 2025

@channeltalk
Copy link

channeltalk bot commented Sep 21, 2025

@channeltalk
Copy link

channeltalk bot commented Sep 21, 2025

@github-actions
Copy link

Test Results

 19 files   19 suites   6s ⏱️
319 tests 319 ✅ 0 💤 0 ❌
321 runs  321 ✅ 0 💤 0 ❌

Results for commit 75fe441.

@Operation(summary = "그룹 검색 API", description = "홈 화면에서 그룹을 검색하는 API")
public ResponseEntity<Page<GetGroupResponse>> getSearchedGroupList(@RequestParam String searchPattern,
@PageableDefault(size = 20, page = 0) Pageable pageable) {
@ParameterObject @PageableDefault(size = 20, sort = "id", direction = Sort.Direction.DESC, page = 0) Pageable pageable) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@ParameterObject도 이번 fix에 필요한 친구인가요??
찾아보니까 swagger에 필요한 친구라고 해서요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Swagger에 필요한 친구가 맞긴합니다.. 혹시,,또 버그가 생길까 무서워서 붙였습니다

Copy link
Contributor

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋ일단 뭐 approve 하겠습니다..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

다 뜯어진 천조가리 기우기 하는 느낌... 일단 merge 하겠습니다..

@rladmstn
Copy link
Contributor

ㅋㅋㅋㅋㅋㅋ PR prefix fix도 아니고 bug는 뭐야!

@s-hwan
Copy link
Contributor Author

s-hwan commented Sep 21, 2025

ㅋㅋㅋㅋㅋㅋ PR prefix fix도 아니고 bug는 뭐야!

허걱... 내 코드는 bug다..

@s-hwan s-hwan merged commit 950cd49 into develop Sep 21, 2025
3 checks passed
hwangjokim pushed a commit that referenced this pull request Jan 27, 2026
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.

2 participants