데이터 베이스/NoSQL

[MongoDB] 중복 저장 방지 update 의 upsert

쟈누이 2020. 9. 10. 01:26
반응형

 

 

몽고 디비 중복 방지하는 방법

update 의 upsert 를 이요할 것

stackoverflow.com/questions/57448210/typeerror-update-missing-1-required-positional-argument-document

 

TypeError: update() missing 1 required positional argument: 'document'

I tried to bind both the comparing attribute and $set attribute in a single variable and rendered to update function in mongodb. But it give me the below error TypeError: update() missing 1 req...

stackoverflow.com

www.it-swarm.dev/ko/python/mongodb-%EC%A1%B4%EC%9E%AC%ED%95%98%EC%A7%80-%EC%95%8A%EB%8A%94-%EA%B2%BD%EC%9A%B0-%EC%82%BD%EC%9E%85/970076156/

 

python — mongodb : 존재하지 않는 경우 삽입

Mongodb이 이러한 유형의 선택적 업 세팅을 지원하지 않는다고 생각합니다. LeMiz와 동일한 문제가 있으며 pdate (criteria, newObj, upsert, multi) 사용하면 '만들어진'및 '업데이트 된'타임 스탬프를 모두 처

www.it-swarm.dev

 

반응형