Get the refactored code to compile (5 test failing)

This commit is contained in:
Ruslan Talpa
2015-11-20 14:04:00 +02:00
parent c80ab6be0f
commit 7f52430e0e
3 changed files with 267 additions and 155 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ doesProc stmt qi = do
return $ isJust row
doesProcExist :: QualifiedIdentifier -> H.Tx P.Postgres s Bool
doesProcExist = doesProc $ [H.stmt|
doesProcExist = doesProc [H.stmt|
SELECT 1
FROM pg_catalog.pg_namespace n
JOIN pg_catalog.pg_proc p