Hacked By AnonymousFox

Current Path : /opt/alt/python35/lib64/python3.5/sqlite3/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/sqlite3/__pycache__/dump.cpython-35.opt-1.pyc



��Yf	�@sdd�ZdS)c
csz|j�}dVd}|j|�}x|j�D]�\}}}|dkrVdVn7|dkrjdVn#|jd�rq3ndj|�V|jd	d
�}|jdj|��}dd
�|j�D�}	dj|djdd�|	D���}|j|�}
x |
D]}dj|d�VqWq3Wd}|j|�}x+|j�D]\}}}dj|�VqPWdVdS)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}")cSs g|]}t|d��qS)�)�str)�.0Z
table_info�r�1/opt/alt/python35/lib64/python3.5/sqlite3/dump.py�
<listcomp>3s	z_iterdump.<locals>.<listcomp>z2SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";�,css*|] }dj|jdd��VqdS)z'||quote("{0}")||'rz""N)�format�replace)r�colrrr�	<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
connectionZcu�qZ
schema_resZ
table_name�typeZsqlZtable_name_ident�resZcolumn_namesZ	query_res�row�namerrr�	_iterdump
s4			
rN)rrrrr�<module>
s

Hacked By AnonymousFox1.0, Coded By AnonymousFox