bibimbap/src/main
이정수 168671bc14 fix(posts): PostgreSQL untyped NULL 파라미터 500 + category_id UPDATE 누락
listPublishedKeyset SQL에서 #{categoryId}/#{cursorCreatedAt} IS NULL 조건 사용 시
PostgreSQL이 바인드 파라미터 타입을 결정하지 못해
PSQLException: could not determine data type of parameter $1 → 500 발생.
파라미터에 ::bigint / ::timestamptz 명시 캐스트 추가로 수정.

update() SQL에서 category_id = #{categoryId} 컬럼 누락 — 카테고리 변경이
DB에 반영되지 않는 데이터 정합성 버그 함께 수정.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K3FeMrbtxfTScjrwUukyHD
2026-06-30 11:16:52 +09:00
..
java/com/pandoli365/bibimbap fix(posts): PostgreSQL untyped NULL 파라미터 500 + category_id UPDATE 누락 2026-06-30 11:16:52 +09:00
resources chore(deps): Spring Boot 3.5.16 고정 + 세션쿠키·로그 하드닝 + OWASP DC 2026-06-29 19:10:42 +09:00
webapp feat(ui): 검색영역 접이식 정리 + 다크모드 입력 대비·터치타깃 개선 2026-06-29 19:10:42 +09:00