标签:sqlite3 insert ignore pre sqlite 方案 nbsp const erro
sqlite报错:
sqlite3.IntegrityError: UNIQUE constraint failed: IMAGESTATUE.ID
解决方案:
Change INSERT to INSERT OR IGNORE
sqlite3, IntegrityError: UNIQUE constraint failed when inserting a value
标签:sqlite3 insert ignore pre sqlite 方案 nbsp const erro
原文地址:https://www.cnblogs.com/sddai/p/10592091.html