瀏覽代碼

lib/srdb1: added the ability to use bitwise-and in DB queries

- This is used in the changes to add db only mode to pua
- This enhancement was made by Paul Pankhurst at Crocodile RCS
pd 14 年之前
父節點
當前提交
659fe4b6ae
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/srdb1/db_op.h

+ 2 - 0
lib/srdb1/db_op.h

@@ -42,6 +42,8 @@
 #define OP_GEQ ">="
 /** operator negation */
 #define OP_NEQ "!="
+/** bitise AND */
+#define OP_BITWISE_AND "&"
 
 
 /**