sqlite3.InterfaceError: Error binding parameter 0 - probably unsupported type.

토리·2023년 7월 11일
0
post-custom-banner

unsupported type이 뜰 수 있는 경우..
uuid 인식이 안 된다

python에서 id를 uuid값으로 넘겨주고 이걸 text 타입의 컬럼 자리에 넣어주려고 했더니 오류 발생..

다시 string으로 type을 바꿔주고, 넣어줬다!

0개의 댓글