| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/sqlite3/ |
Upload File : |
ó
|_c @ s
d Z d S( c c s | j } d Vd } | j | } xt | j D]\ } } } | d k r\ d Vn7 | d k rp d Vn# | j d r
q9 n d j | V| j d d
} | j d j | } g | j D] } t | d ^ qĘ }
d
j | d j d |
D } | j | } x | D] } d j | d Vq!Wq9 Wd } | j | } x+ | j D] \ }
} } d j | VqcWd Vd S( 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().
s BEGIN TRANSACTION;s
SELECT "name", "type", "sql"
FROM "sqlite_master"
WHERE "sql" NOT NULL AND
"type" == 'table'
t sqlite_sequences DELETE FROM "sqlite_sequence";t sqlite_stat1s ANALYZE "sqlite_master";t sqlite_s {0};t "s ""s PRAGMA table_info("{0}")i s2 SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";t ,c s s* | ] } d j | j d d Vq d S( s '||quote("{0}")||'R s ""N( t formatt replace( t .0t col( ( s"