'*' is still different
This commit is contained in:
@@ -114,7 +114,7 @@ describe('cds.ql → cqn', () => {
|
|||||||
SELECT: { from: { ref: ['Foo'] }, columns: [{ ref: ['*'] }] },
|
SELECT: { from: { ref: ['Foo'] }, columns: [{ ref: ['*'] }] },
|
||||||
})
|
})
|
||||||
|
|
||||||
if (cdr) expect(parsed).to.eql(fluid)
|
if (cdr === 'all') expect(parsed).to.eql(fluid)
|
||||||
|
|
||||||
// single column, prefix and postfix, as array and function
|
// single column, prefix and postfix, as array and function
|
||||||
expect(CQL`SELECT a from Foo`)
|
expect(CQL`SELECT a from Foo`)
|
||||||
|
|||||||
Reference in New Issue
Block a user