prowdsponsor / esqueleto

Bare bones, type-safe EDSL for SQL queries on persistent backends.
http://hackage.haskell.org/package/esqueleto
BSD 3-Clause "New" or "Revised" License
178 stars 51 forks source link

Don't match on clauses with cross joins #96

Closed Philonous closed 9 years ago

Philonous commented 9 years ago

So far, on clauses could be matched with cross joins. This patch changes it to skip them

meteficha commented 9 years ago

Looks good to me! Can you amend the commit to avoid removing that blank line?

Philonous commented 9 years ago

Done

meteficha commented 9 years ago

Thanks, that's great! :)