⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.103
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.22
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
sqlite3
/
__pycache__
/
View File Name :
dump.cpython-310.pyc
o á½ iÜ ã @ s d d„ Z dS )c c sJ | ¡ }dV d}| |¡}g }| ¡ D ]h\}}}|dkr2| d¡ ¡ }dg}|dd„ |D ƒ7 }q|dkr:d V n| d ¡r@qd |¡V | dd ¡} | d | ¡¡} dd„ | ¡ D ƒ}d | d dd„ |D ƒ¡¡}| |¡}|D ] } d | d ¡V qrqd}| |¡}| ¡ D ]\}}}d |¡V q‰|D ]} d | ¡V q—dV dS )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" Úsqlite_sequencez SELECT * FROM "sqlite_sequence";zDELETE FROM "sqlite_sequence"c S s&