Skip to content

Summary 엔티티 내 예약어 충돌 필드명 수정#146

Merged
ckdals4600 merged 1 commit intomainfrom
fix/#145-edit-summary
Dec 18, 2025
Merged

Summary 엔티티 내 예약어 충돌 필드명 수정#146
ckdals4600 merged 1 commit intomainfrom
fix/#145-edit-summary

Conversation

@ckdals4600
Copy link
Contributor

관련 이슈

PR 설명

  • Summary 엔티티의 select 필드가 PostgreSQL의 예약어(SELECT)와 충돌하여 발생하는 SQL syntax error를 해결함.
  • 해당 필드명을 selected로 변경하여 예약어 이슈를 해소하고 데이터 저장이 정상적으로 이루어지도록 수정함.

작업 내용

1. Entity 수정 (Summary)

  • 필드명 변경: selectselected
    • @Column 및 멤버 변수 이름을 변경하여 예약어 충돌을 방지함.

2. 테스트 수정 (SummaryTest)

  • 빌더 및 검증 로직 수정:
    • 변경된 필드명(selected)에 맞춰 빌더 패턴 설정 및 Getter 호출 코드를 수정함.
    • 엔티티 저장 및 조회 테스트가 정상 통과됨을 확인함.

@ckdals4600 ckdals4600 linked an issue Dec 18, 2025 that may be closed by this pull request
@ckdals4600 ckdals4600 requested a review from minibr December 18, 2025 08:34
@ckdals4600 ckdals4600 self-assigned this Dec 18, 2025
@github-actions
Copy link

📊 코드 커버리지 리포트

Overall Project 91.83% 🍏

There is no coverage information present for the Files changed

@ckdals4600 ckdals4600 requested a review from Goder-0 December 18, 2025 09:01
@ckdals4600 ckdals4600 merged commit 576090e into main Dec 18, 2025
1 check passed
@ckdals4600 ckdals4600 deleted the fix/#145-edit-summary branch December 18, 2025 12:28
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.

Summary 엔티티 내 예약어 충돌 필드명 수정

2 participants