Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
659fe4b6ae
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 "&"
 
 
 /**