Currently if I say my column is of type Int and try to pass a bigint, I get this error:
Javascript value cannot be converted.
Additionally, I wanted to mention for a while now that errors coming back from cozo do not contain the err.stack attribute which usually all errors have, making it harder to debug.
Currently if I say my column is of type
Int
and try to pass a bigint, I get this error:Additionally, I wanted to mention for a while now that errors coming back from cozo do not contain the
err.stack
attribute which usually all errors have, making it harder to debug.