@ -46,7 +46,7 @@ auto q = FROM(db.posts())
Post *post = q->first();
if(post = 0) {
if(post) {
post->setTitle("new name");
db.saveChanges();
} else {