File "dump.cpython-36.pyc"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python36/lib64/python3.6/sqlite3/__pycache__/dump.cpython-36.pyc
File size: 1.88 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit

3

 f	@sddZdS)c
cs|j}dVd}|j|}x|jD]\}}}|dkr@dVn*|dkrPdVn|jdr^q&ndj|V|jd	d
}|jdj|}dd
|jD}	dj|djdd|	D}|j|}
x|
D]}dj|dVqWq&Wd}|j|}x"|jD]\}}}dj|VqWdVdS)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|dqS))str).0Z
table_infor1/opt/alt/python36/lib64/python3.6/sqlite3/dump.py
<listcomp>3sz_iterdump.<locals>.<listcomp>z2SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";,css |]}dj|jddVqdS)z'||quote("{0}")||'rz""N)formatreplace)rcolrrr	<genexpr>6sz_iterdump.<locals>.<genexpr>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
connectionZcuqZ
schema_resZ
table_nametypeZsqlZtable_name_identresZcolumn_namesZ	query_resrownamerrr	_iterdump
s4		

	


rN)rrrrr<module>
s