Hi,

The test case SQLPathTest.testChildAxisRoot runs the following SQL-1 query:


    SELECT * FROM nt:base WHERE jcr:path LIKE '/%' AND NOT jcr:path LIKE '/%/%'


It expected the result to be


    /jcr:system, /testroot, /testdata


Shouldn't "/" (the root node) also be part of the result? The '%' is supposed 
to match zero or more characters.


Regards,

Thomas

Reply via email to