We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028853d + 9da8095 commit d084238Copy full SHA for d084238
src/honey.coffee
@@ -87,8 +87,8 @@ select = (res, expr)->
87
res.push("SELECT")
88
select_clause(res, expr.select)
89
from(res, expr.from) if expr.from
90
- where_clause(res, expr.where) if expr.where
91
join_clause(res, expr.join) if expr.join
+ where_clause(res, expr.where) if expr.where
92
93
if expr.order
94
order_clause(res, expr.order)
0 commit comments