Hi Domingo, You were right ! There is indeed an iterdump function in sqlite3 module, that I didn't notice.
Many thanks, I just needed to : - wrap it around "PRAGMA foreign_keys = OFF;" and "PRAGMA foreign_keys = ON;" - then understand the "transaction" strange default settings of SQlite3. For people interested, about the "transaction" strange default settings of SQlite3 : - there is a written explanation here : http://stackoverflow.com/questions/15856976/transactions-with-python-sqlite3 and a video about it, at : - and a Django conf. video : https://www.youtube.com/watch?v=09tM18_st4I#t=1751 Regards, _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users