File "dump.cpython-39.pyc"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python39/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc
File size: 1.89 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit
a
XC?h @ s d d Z dS )c
c s | }dV d}||}| D ]\}}}|dkr>dV n*|dkrNdV n|dr\q$nd|V |d d
}|d|}dd
| D } d|ddd | D }||}
|
D ]}d|d V qq$d}||}| D ]\}}}d|V qdV 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"
Zsqlite_sequencezDELETE FROM "sqlite_sequence";Zsqlite_stat1zANALYZE "sqlite_master";Zsqlite_z{0};"""zPRAGMA table_info("{0}")c S s g | ]}t |d qS ) )str).0Z
table_info r 1/opt/alt/python39/lib64/python3.9/sqlite3/dump.py
<listcomp>3 z_iterdump.<locals>.<listcomp>z2SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";,c s s | ]}d |ddV qdS )z'||quote("{0}")||'r r N)formatreplace)r colr r r <genexpr>6 r z_iterdump.<locals>.<genexpr>