Index: trunk/ippTools/share/warptool_warped.sql
===================================================================
--- trunk/ippTools/share/warptool_warped.sql	(revision 18949)
+++ trunk/ippTools/share/warptool_warped.sql	(revision 18950)
@@ -1,7 +1,9 @@
 SELECT
-    warpSkyfile.*
+    warpSkyfile.*,
+    warpRun.state
 FROM warpRun
 JOIN warpSkyfile
     USING(warp_id)
 WHERE
-    warpRun.state = 'run'
+-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
+    warpRun.warp_id is NOT NULL
