Add commented-out use of rec.id_raw in cql_target()
authorMike Taylor <mike@miketaylor.org.uk>
Mon, 10 May 2010 15:58:02 +0000 (16:58 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Mon, 10 May 2010 15:58:02 +0000 (16:58 +0100)
lib/ZOOM/IRSpy/Utils.pm

index 4fd7677..9ead6b3 100644 (file)
@@ -181,6 +181,7 @@ sub cql_target {
     }
 
     return "rec.id=" . cql_quote($id);
+    #return "rec.id_raw=" . cql_quote($id);
 }