-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Alpha4
-
None
When a query contains a SELECT clause with a wildcard in it (e.g., "SELECT * ..." or "SELECT s.* ...", the columns in the tabular results are to be named "selectorName.propertyName" (see Section 6.7.39 of the JSR-283 specification). ModeShape doesn't follow this requirement.
The "ColumnTest.testExpandColumnsForNodeType" TCK test method verifies this behavior, but ModeShape doesn't pass the test because of JCR-3313.
- blocks
-
MODE-1396 Pass all the TCK tests
- Closed