Build escaped queries in the app itself

universally replace String with Text
This commit is contained in:
Joe Nelson
2014-11-03 23:30:04 -08:00
parent c27f178754
commit cc2c65a9ab
6 changed files with 92 additions and 102 deletions
+2
View File
@@ -1,3 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
module Unit.PgStructureSpec where
import Test.Hspec