HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python2.7/dist-packages/pysqlite2/dump.pyc
�
u�Uc@s
d�ZdS(ccs�|j�}dVd}|j|�}x|j�D]\}}}|dkrVdVn2|dkrjdVn|jd�rq3n	d|V|jd	|�}g|j�D]}t|d
�^q�}	d}|djg|	D]}
d
|
d^q��7}|d7}|j|i|d6�}x|D]}d|dVq#Wq3Wd}|j|�}x&|j�D]\}
}}d|Vq`WdVdS(s/
    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().
    sBEGIN TRANSACTION;s�
        SELECT name, type, sql
        FROM sqlite_master
            WHERE sql NOT NULL AND
            type == 'table'
        tsqlite_sequencesDELETE FROM sqlite_sequence;tsqlite_stat1sANALYZE sqlite_master;tsqlite_s%s;sPRAGMA table_info('%s')is*SELECT 'INSERT INTO "%(tbl_name)s" VALUES(t,s	'||quote(s)||'s)' FROM '%(tbl_name)s'ttbl_nameis�
        SELECT name, type, sql
        FROM sqlite_master
            WHERE sql NOT NULL AND
            type IN ('index', 'trigger', 'view')
        sCOMMIT;N(tcursortexecutetfetchallt
startswithtstrtjoin(t
connectiontcutqt
schema_rest
table_namettypetsqltrest
table_infotcolumn_namestcolt	query_restrowtname((s2/usr/lib/python2.7/dist-packages/pysqlite2/dump.pyt	_iterdumps2	
	).


N(R(((s2/usr/lib/python2.7/dist-packages/pysqlite2/dump.pyt<module>t