From: Joerg Jaspert Date: Fri, 29 Jan 2010 19:29:30 +0000 (+0100) Subject: control_suite sql fixup X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e9ec486c006ece8c92b0b155c41515bd5ab33576;p=dak.git control_suite sql fixup Signed-off-by: Joerg Jaspert --- diff --git a/dak/control_suite.py b/dak/control_suite.py index 1d5eb7ac..7a979fa4 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -223,7 +223,7 @@ def process_file(file, suite, action, session): continue else: session.execute("""INSERT INTO bin_associations (suite, bin) - VALUES (%s, %s)""", + VALUES (:suiteid, :pkid)""", {'suiteid': suite_id, 'pkid': pkid}) elif action == "remove": if association_id == None: