X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fdb%2Fsrc%2Form.cpp;h=1a4fccfbb30129c883a2bf35a962cca6ea14ea28;hb=69ebfa96994d3fa7db584dc36b0f0aef0de9de68;hp=5c7c8215157a4c60be8744a42959abc321a70304;hpb=61b877bfd9f467e56e1380bfe894f209db7d6668;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules/db/src/orm.cpp b/modules/db/src/orm.cpp index 5c7c821..1a4fccf 100644 --- a/modules/db/src/orm.cpp +++ b/modules/db/src/orm.cpp @@ -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 +}