Update wrt-commons_0.2.53
[framework/web/wrt-commons.git] / modules / db / src / orm.cpp
index 5c7c821..1a4fccf 100644 (file)
@@ -32,6 +32,7 @@ const char LessThan[] = "<";
 const char And[] = "AND";
 const char Or[] = "OR";
 const char Is[] = "IS";
+const char In[] = "IN";
 }
 
 template<>
@@ -99,4 +100,4 @@ void DataCommandUtils::BindArgument(DataCommand *command,
 
 }
 }
-}
\ No newline at end of file
+}