Hacker News new | ask | show | jobs
by eaigner 4937 days ago
As for now, you have to specify the complete where clause

    hd.Where("name = ? AND category = ?", name, category)
but it should be quite trivial to add the chaining you pointed out.