hesql 0.3 → 0.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- HESQL/Syntax.hs +1/−1
- hesql.cabal +1/−1
HESQL/Syntax.hs view
@@ -91,7 +91,7 @@ showColumns _ = todo "showColumns" showFrom Nothing = ""-showFrom (Just table) = "from " ++ table+showFrom (Just table) = " from " ++ table showWhere Nothing = "" showWhere (Just sqlExp) = " where " ++ showSqlExp sqlExp
hesql.cabal view
@@ -1,5 +1,5 @@ Name: hesql-Version: 0.3+Version: 0.4 Author: Christoph Bauer <ich@christoph-bauer.net> Maintainer: Christoph Bauer <ich@christoph-bauer.net> Cabal-Version: >= 1.2