b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 172.67.192.52 | your ip : 10.244.126.0
safemode OFF
 >  / usr / lib64 / python2.6 / sqlite3 /
Filename/usr/lib64/python2.6/sqlite3/dump.pyc
Size1.82 kb
Permissionrw-r--r--
Ownerapache
Create time23-Dec-2025 17:41
Last modified20-Jun-2019 19:45
Last accessed22-Apr-2026 09:11
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Ñò
§ÚêLc@s
d�ZdS(c
cs�|i�}dVd}|i|�}x+|i�D]\}}}|djo dVn7|djo dVn!|id�oq3n
d|V|id |�}g}|i�D]} |t| d
�q²~}
d }|d ig} |
D]} | d
| dqì~ �7}|d7}|i|h|d6�}
x|
D]}d|dVq9Wq3Wd}|i|�}x&|i�D]\}}}d|VqvWdVdS(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_[1]t
table_infot column_namest_[2]tcolt query_restrowtname((s$/usr/lib64/python2.6/sqlite3/dump.pyt _iterdumps8 

 
 
16


N(R(((s$/usr/lib64/python2.6/sqlite3/dump.pyt<module>s