refactor: add Hasql arrayColumn decoder
This commit is contained in:
committed by
Steve Chavez
parent
04eaeec7fc
commit
a6696f3ba1
@@ -98,10 +98,10 @@ decodeRels tables cols =
|
||||
<$> column HD.text
|
||||
<*> column HD.text
|
||||
<*> column HD.text
|
||||
<*> column (HD.array (HD.dimension replicateM (element HD.text)))
|
||||
<*> arrayColumn HD.text
|
||||
<*> column HD.text
|
||||
<*> column HD.text
|
||||
<*> column (HD.array (HD.dimension replicateM (element HD.text)))
|
||||
<*> arrayColumn HD.text
|
||||
|
||||
decodePks :: [Table] -> HD.Result [PrimaryKey]
|
||||
decodePks tables =
|
||||
|
||||
Reference in New Issue
Block a user