Kaydet (Commit) e0b14b92 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

forgotten part of previous commit

Change-Id: If050e630edacef67ab194c0b6941a6542e4ebceb
üst ee12e843
...@@ -51,7 +51,7 @@ public class SingleSelectQueryComposer extends CRMBasedTestCase ...@@ -51,7 +51,7 @@ public class SingleSelectQueryComposer extends CRMBasedTestCase
+ " OR ( \"ID\" = 3 AND \"Postal\" = '6' AND \"Address\" = '7' )" + " OR ( \"ID\" = 3 AND \"Postal\" = '6' AND \"Address\" = '7' )"
+ " OR ( \"Address\" = '8' )" + " OR ( \"Address\" = '8' )"
+ " OR ( \"Postal\" = '9' )" + " OR ( \"Postal\" = '9' )"
+ " OR ( NOW( ) = {D '2010-01-01' } )"; + " OR ( NOW( ) = {d '2010-01-01' } )";
private final static String INNERPRODUCTSQUERY = "products (inner)"; private final static String INNERPRODUCTSQUERY = "products (inner)";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment