edgedb-js
edgedb-js copied to clipboard
Math functions are broken in query builder
Code The code causing the error.
e.math.abs(e.op(1, '*', 2))
Schema
Your application schema.
module default {}
Generated EdgeQL
N/A
Error or desired behavior
No function overload found for 'e.abs()' with args: [object Object]
Versions (please complete the following information):
- OS: Arch Linux
- EdgeDB version (e.g.
2.0): 2.12 i think - EdgeDB CLI version (e.g.
2.0): 3+ i think edgedb-jsversion (e.g.0.20.10;): 1.3.0@edgedb/generateversion (e.g.0.0.7;): 0.2.0- Typescript version: 5+ i think
- Node/Deno version: 18 i think