'*' is still different

This commit is contained in:
Daniel
2021-08-26 06:48:49 +02:00
committed by Daniel Hutzel
parent c4a51ab719
commit f988088412

View File

@@ -114,7 +114,7 @@ describe('cds.ql → cqn', () => {
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
expect(CQL`SELECT a from Foo`)