izoomi
Results
1
issues of
izoomi
When I update other fields, the hstore column, is always set as well. ``` ruby post = Post.create(title: 'Title') post.update_attribute(:title, 'Title2') # (0.2ms) BEGIN # (0.4ms) UPDATE "posts" SET "title"...