Skip to content

Commit 2ba460b

Browse files
committed
add more types for the Hasql schema
1 parent 806b68c commit 2ba460b

File tree

58 files changed

+1997
-3611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1997
-3611
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ repository cardano-haskell-packages
1010
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111

1212
index-state:
13+
<<<<<<< HEAD
1314
, hackage.haskell.org 2025-05-23T06:30:40Z
1415
, cardano-haskell-packages 2025-05-16T20:03:45Z
16+
=======
17+
, hackage.haskell.org 2025-02-05T12:01:20Z
18+
, cardano-haskell-packages 2025-02-04T11:56:25Z
19+
>>>>>>> 38627e31 (make a start to stetting up hasql with db pools)
1520

1621
packages:
1722
cardano-db

cardano-chain-gen/test/Test/Cardano/Db/Mock/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ queryDBSync env = DB.runWithConnectionNoLogging (getDBSyncPGPass env)
235235
getPoolLayer :: DBSyncEnv -> IO PoolDataLayer
236236
getPoolLayer env = do
237237
pgconfig <- runOrThrowIO $ DB.readPGPass (enpPGPassSource $ dbSyncParams env)
238-
pool <- runNoLoggingT $ createPostgresqlPool (DB.toConnectionString pgconfig) 1 -- Pool size of 1 for tests
238+
pool <- runNoLoggingT $ createPostgresqlPool (DB.toConnectionSetting pgconfig) 1 -- Pool size of 1 for tests
239239
pure $
240240
postgresqlPoolDataLayer
241241
nullTracer

0 commit comments

Comments
 (0)