I added patch in *CAY-1293 <https://issues.apache.org/jira/browse/CAY-1293>*. It fix some tests. As a result, on databases postgres, oracle, h2, sybase tests are successful.
I have not fix 2 failed tests in sqlserver and db2. And i didn't look sqlite. In sqlserver: Failed tests: testFetchLimitWithOffset(org.apache.cayenne.query.SelectQueryTest) In db2: Failed tests: test(org.apache.cayenne.merge.SetPrimaryKeyToDbTest) In mysql were 2 tests with errors. They were before, in last release. Tests in error: test1MBClob(org.apache.cayenne.access.DataContextClobTest) test1MBBlob(org.apache.cayenne.access.DataContextBlobTest) In derby were 2 tests with errors. They also were before. (derby don't support DISTINCT in Subquerys) Tests in error: testDifferentEntity(org.apache.cayenne.access.DataContextEJBQLSubqueryTest) testExists(org.apache.cayenne.access.DataContextEJBQLSubqueryTest) 9 октября 2009 г. 14:38 пользователь Andrus Adamchik <and...@objectstyle.org > написал: > > On Oct 9, 2009, at 2:33 PM, Ольга Ткачева wrote: > > >>> >>> I will try to find reasons this. >> > > Hi Olga, > > Yeah, looks like a few things have changed since M6. Thanks for doing all > this regression testing and working on fixing it. Hopefully this is just a > few problems that affected the variety of test conditions. > > Cheers, > Andrus > > -- Olga