You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foreign key로 설정해야 될 것들 선언
변경 사항 -> savePicture, saveGlobes 에는 OnConflicktStrategy.IGNORE 설정 (새로 같은 값이 들어가도 무시 / 새로 업데이트 X)
중복되는 내용(사진 Bitmap)이 있다면 -> getID 해서 해당 아이디를 가져오게
📱 Smartphone
버그가 발생한 기기 정보를 입력해 주세요.
Device: Samsung Galaxy S22
Version : 31
📢 추가 사항
해결되었고, 코드가 많이 변경되었습니다 참고바랍니다!
The text was updated successfully, but these errors were encountered:
❌ 버그 설명
오류 내용
SQLite Foreign Key Constraint Failed (code 787)](https://stackoverflow.com/questions/29341380/sqlite-foreign-key-constraint-failed-code-787)
🚶♂️ 접근 방법
접근하기 위한 단계를 작성해 주세요.
🧐 예상 행동
save가 정상적으로 잘 작동, (모든 테이블에 중복 없이 넣기 구현 등)
❗ 해결!
Foreign key로 설정해야 될 것들 선언
변경 사항 -> savePicture, saveGlobes 에는 OnConflicktStrategy.IGNORE 설정 (새로 같은 값이 들어가도 무시 / 새로 업데이트 X)
중복되는 내용(사진 Bitmap)이 있다면 -> getID 해서 해당 아이디를 가져오게
📱 Smartphone
📢 추가 사항
해결되었고, 코드가 많이 변경되었습니다 참고바랍니다!
The text was updated successfully, but these errors were encountered: