Sqlite Error: Expression tree is too large (maximum depth 1000)
问题 I'm trying to do a clean export-import of a malformed sqlite file. Using info from techblog.dorogin.com/sqliteexception-datab..., this is what I did sqlite3 oldfile : .mode insert .output tempfile .dump Then I created a new sqlite3 newfile : .read tempfile Error: sqlite> .read tempfile Error: near line 52330: Expression tree is too large (maximum depth 1000) Error: near line 53097: Expression tree is too large (maximum depth 1000) Error: near line 53427: Expression tree is too large (maximum