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

Module update108

source code

Add codename to package_list view


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

Copyright: 2015, 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 = ["""DROP VIEW IF EXISTS package_list""", ...

Imports: psycopg2, DBUpdateError, Config


Variables Details [hide private]

statements

Value:
["""DROP VIEW IF EXISTS package_list""", """
CREATE OR REPLACE VIEW package_list AS
SELECT
  tmp.package,
  tmp.version,
  tmp.source,
  tmp.source_version,
  suite.suite_name AS suite,
...