Skip to content

Commit 8295af2

Browse files
committed
wip
1 parent 5413588 commit 8295af2

File tree

3 files changed

+409
-0
lines changed

3 files changed

+409
-0
lines changed

persistent-postgresql/Database/Persist/Postgresql/Internal.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,9 @@ getColumns
910910
-> EntityDef
911911
-> [Column]
912912
-> IO [Either Text (Either Column (ConstraintNameDB, [FieldNameDB]))]
913+
-- ^ Left Text: error
914+
-- Right (Left Column): a column
915+
-- Right (Right ...): a constraint
913916
getColumns getter def cols = do
914917
let
915918
sqlv =

0 commit comments

Comments
 (0)