Package dak :: Package dakdb :: Module update96
[hide private]
[frames] | no frames]

Module update96

source code

Add world.suite_summary view.


Contact: Debian FTP Master <ftpmaster@debian.org>

Copyright: 2013, Ansgar Burchardt <ansgar@debian.org>

License: GNU General Public License version 2 or later

Functions [hide private]
 
do_update(self) source code
Variables [hide private]
  statements = [...

Imports: psycopg2, DBUpdateError, Config


Variables Details [hide private]

statements

Value:
["""
CREATE OR REPLACE VIEW world.suite_summary AS
    SELECT
        s.source,
        s.version,
        uploader_fpr.fingerprint,
        suite.suite_name AS distribution,
        s.created AS date,
...