MySQL-StORM
MySQL-StORM copied to clipboard
Fix if has Int type of data while updating.
Like this: let obj = User() obj.id = 1 obj.save() If has the data and it's id is 1, and the structure has Int type of data, it will do a update, and has the error.