fix: db settings and pg version query not prepared
This commit is contained in:
committed by
Steve Chavez
parent
c656a870f4
commit
c06237cc56
+1
-1
@@ -67,7 +67,7 @@ main :: IO ()
|
||||
main = do
|
||||
pool <- P.acquire 3 10 60 $ toUtf8 $ configDbUri testCfg
|
||||
|
||||
actualPgVersion <- either (panic . show) id <$> P.use pool queryPgVersion
|
||||
actualPgVersion <- either (panic . show) id <$> P.use pool (queryPgVersion False)
|
||||
|
||||
baseSchemaCache <-
|
||||
loadSchemaCache pool
|
||||
|
||||
Reference in New Issue
Block a user