[Git][qa/jenkins.debian.net][master] reproducible debian: sqla 2.0 execute() method more strict, execution options are more prominent
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Mon Aug 11 15:19:43 BST 2025
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
206bcc0a by Mattia Rizzolo at 2025-08-11T16:19:30+02:00
reproducible debian: sqla 2.0 execute() method more strict, execution options are more prominent
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/rblib/__init__.py
Changes:
=====================================
bin/rblib/__init__.py
=====================================
@@ -83,7 +83,7 @@ def get_trailing_bug_icon(bug, bugs, package=None):
def get_distribution_id(distroname):
query = text("SELECT id FROM distributions WHERE name=:distroname")
- result = query_db(query, distroname=distroname)
+ result = query_db(query, {"distroname": distroname})
if not result:
return
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/206bcc0a50d86a9c26555060cdd745cc08791490
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/206bcc0a50d86a9c26555060cdd745cc08791490
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250811/5d2195d0/attachment.htm>
More information about the Qa-jenkins-scm
mailing list