From 08a4a272bb2c1e527d01baa27fe36836cb9db6b7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 26 Aug 2026 23:08:08 +0100 Subject: Re-order AND clauses for readability. It's nice to have the $1, $2 and $3 line up in that order. --- domagi/domagi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domagi/domagi.py b/domagi/domagi.py index 72f9d73..045ef3f 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -239,7 +239,7 @@ def extract(con, outfile, segment_name, path_range, steps, threads, progress): SELECT segment_id AS id FROM path_segment INNER JOIN path ON path.id=path_segment.path_id - WHERE path.name=$1 AND path_segment.start<$3 AND $2