Description
Test class: SQL2QueryResultTest, query:
select * from [test:RTypeTest]
It appears that the query.getColumns only has one entry [[test:RTypeTest].*] which outputs null on #getColumnName instead of unfolding the 3 properties that the node has.
Trace:
junit.framework.AssertionFailedError: Got more columns than expected: [null] expected:<3> but was:<1>
Attachments
Issue Links
- is related to
-
OAK-874 Column names aren't reported properly for "select * from [nodeType]" queries
- Closed