Prepare for compiler v2

This commit is contained in:
Daniel
2021-03-02 17:14:38 +01:00
parent 861094cc83
commit cf10129b68

View File

@@ -365,7 +365,7 @@ describe('cds.ql → cqn', () => {
},
})
expect(
if (!is_v2) expect(
SELECT.from(Foo).where(`x=`, 1, `or y.z is null and (a>`, 2, `or b=`, 3, `)`)
).to.eql(CQL`SELECT from Foo where x=1 or y.z is null and (a>2 or b=3)`)