why is "<ref *1> SQLiteTable { ..." printed to console

The following code is all it takes to get the entire Table schema to be printed to the console. I have no idea why. It isn't very pleasant.

const table = db.update(deployments);
const set = table.set({ final_result: "s" });


Why is this happening? There is no error that I can see. TryCatch doesn't stop it. I am using the latest version. Any ideas?

Thank you
TG2023-08-12_at_16.14.30.png
Was this page helpful?