This fails on DBS Mem:
java.lang.AssertionError: expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.nuxeo.ecm.core.TestSQLRepositoryQuery.testDateNew(TestSQLRepositoryQuery.java:1168)
The expression DATE(dc:created) = DATE '2007-03-01' doesn't seem to match in the QA environment, although it passes locally on my machine.