Fix #411, remove the need for pk in &select for parent embed

This commit is contained in:
steve-chavez
2017-11-30 12:56:18 -05:00
committed by Steve Chávez
parent be630aa680
commit fef7d949d9
5 changed files with 58 additions and 30 deletions
+3
View File
@@ -277,3 +277,6 @@ data PgVersion = PgVersion {
pgvNum :: Int32
, pgvName :: Text
} deriving (Eq, Ord, Show)
sourceCTEName :: SqlFragment
sourceCTEName = "pg_source"