Resolve petty CHANGELOG conflict
This commit is contained in:
Joe Nelson
2016-10-12 20:52:40 -07:00
6 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ requestToQuery schema isParent (DbRead (Node (Select colSelects tbls conditions
clause = intercalate "," (map queryTerm ts)
queryTerm :: OrderTerm -> Text
queryTerm t = " "
<> toS (pgFmtColumn qi $ otTerm t) <> " "
<> toS (pgFmtField qi $ otTerm t) <> " "
<> maybe "" show (otDirection t) <> " "
<> maybe "" show (otNullOrder t) <> " "
(joins, selects) = foldr getQueryParts ([],[]) forest