From: Alan Knowles Date: Fri, 29 Jun 2018 08:30:39 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=4addcf41c40e8bcf9ed151a70fcbb5e11f07faa8 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 52e2cb3..6fe0d51 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -370,7 +370,7 @@ public class Strip : GLib.Object { // initialize it with known data.. // that should wipe out dupes. - var matches = this.execute("SELECT id FROM Attachment WHERE id = %d".printf( + var matches = this.query("SELECT count(id) FROM Attachment WHERE id = %d".printf( int.parse(sid)));