B °-_ ã@s dd„ZdS)c cs| ¡}dVd}| |¡}xÂ| ¡D]¶\}}}|dkr@dVn*|dkrPdVn| d¡r^q&n d |¡V| d d ¡}| d  |¡¡}d d „| ¡Dƒ} d |d dd„| Dƒ¡¡}| |¡} x| D]} d | d¡VqÄWq&Wd}| |¡}x"| ¡D]\} }}d |¡VqøWdVdS)a/ Returns an iterator to the dump of the database in an SQL text format. Used to produce an SQL dump of the database. Useful to save an in-memory database for later restoration. This function should not be called directly but instead called from the Connection method, iterdump(). zBEGIN TRANSACTION;zª SELECT "name", "type", "sql" FROM "sqlite_master" WHERE "sql" NOT NULL AND "type" == 'table' ORDER BY "name" Zsqlite_sequencezDELETE FROM "sqlite_sequence";Z sqlite_stat1zANALYZE "sqlite_master";Zsqlite_z{0};ú"z""zPRAGMA table_info("{0}")cSsg|]}t|dƒ‘qS)é)Ústr)Ú.0Z table_info©rú"/usr/lib/python3.7/sqlite3/dump.pyú 3sz_iterdump..z2SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";ú,css |]}d | dd¡¡VqdS)z'||quote("{0}")||'rz""N)ÚformatÚreplace)rÚcolrrrú 6sz_iterdump..éz£ SELECT "name", "type", "sql" FROM "sqlite_master" WHERE "sql" NOT NULL AND "type" IN ('index', 'trigger', 'view') zCOMMIT;N)ZcursorZexecuteZfetchallÚ startswithr r Újoin) Z connectionZcuÚqZ schema_resZ table_nameÚtypeZsqlZtable_name_identZresZ column_namesZ query_resÚrowÚnamerrrÚ _iterdump s4         rN)rrrrrÚ ó