projects
/
dbsrgits/Data-Query.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
839687b
)
add constant for DQ_WHERE
Matt S Trout [Sun, 31 Jul 2011 09:11:55 +0000 (09:11 +0000)]
lib/Data/Query/Constants.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Data/Query/Constants.pm
b/lib/Data/Query/Constants.pm
index
7512cfd
..
2b8a7fc
100644
(file)
--- a/
lib/Data/Query/Constants.pm
+++ b/
lib/Data/Query/Constants.pm
@@
-13,6
+13,7
@@
use constant +{
DQ_LITERAL => 'Literal',
DQ_JOIN => 'Join',
DQ_ORDER => 'Order',
+ DQ_WHERE => 'Where',
))
};