Closed nielsnl68 closed 3 years ago
I'm getting this error on an empty db.
Is that as intended and should i use the "ignore" value here as well?
let lastDate = await jsstoreCon.select({ from: "metingen", where: { meter: ref * 1, // datum: { ">": "20210505" } }, aggregate: { min: 'datum' } });
Its a bug, will fix it in new version.
fixed in v - 4.2.2.
I'm getting this error on an empty db.
Is that as intended and should i use the "ignore" value here as well?