Hi everyone! I’m having an issue using Exposed, in my app i’m doing several inserts to a MySQL DB with Exposed, and sometimes instead of inserting the right data, it inserts zeroes on every column. This does not happen on every insert, for testing purposes I made two identical inserts, with the same hardcoded data, and even then one was saved with zeroes on every column while the other was correctly saved. I managed to turn on the Exposed debug logs and saw that the Insert query is formed correctly, even tried copying and executing it by hand on MySQL Workbench and it worked, but when I try via my app, it sometimes stores zeroes, does this happened to anyone before or know what could be de problem? Thanks!