MySQL-StORM icon indicating copy to clipboard operation
MySQL-StORM copied to clipboard

Fix if has Int type of data while updating.

Open zjumelody opened this issue 9 years ago • 0 comments

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.

zjumelody avatar Dec 25 '16 13:12 zjumelody