Hacker News new | ask | show | jobs
by ttymck 720 days ago
In the example

``` status = $status """ if (vip != null) { +"vip = $vip" } ```

Does that concatentation automatically add the "AND" to combine the where clauses? How does it know the vip bit is a where clause?