Hi, Applying the migration patch on the current 2.5.0 tag has only two tests that are red : testLikeEmpty(org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest) <-- maye a difference of interpretation of the empty string in lucene ? testFulltextComplex(org.apache.jackrabbit.core.query.SQLTest) <-- this is due to NOT contains(., 'bla') which is not correctly intepreted in the query builder : it stops at a not clause but doesn't use the contains part. Emmnuel
