add constant for DQ_WHERE
Matt S Trout [Sun, 31 Jul 2011 09:11:55 +0000 (09:11 +0000)]
lib/Data/Query/Constants.pm

index 7512cfd..2b8a7fc 100644 (file)
@@ -13,6 +13,7 @@ use constant +{
     DQ_LITERAL => 'Literal',
     DQ_JOIN => 'Join',
     DQ_ORDER => 'Order',
+    DQ_WHERE => 'Where',
   ))
 };