src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:37:47 +0000 (15:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:37:47 +0000 (15:37 +0800)
src/strip.vala

index 88cf364..bebadbc 100644 (file)
@@ -370,7 +370,7 @@ public class Strip : GLib.Object {
        
        // initialize it with known data..
        // that should wipe out dupes.
-       var matches = this.execute("SELECT count(id) FROM Attachment WHERE id = %d".printf(
+       var matches = this.execute("SELECT count(id) as nid FROM Attachment WHERE id = %d".printf(
                        int.parse(sid)));  
                 GLib.error("Got Matches :%s", matches);