From d94cf2ed72636c8e62238bd3bf2d7dd39f44d9b3 Mon Sep 17 00:00:00 2001 From: Roger LAM Date: Thu, 11 Oct 2018 09:04:14 +0800 Subject: [PATCH] tiny typo? --- src/PostgREST/DbRequestBuilder.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostgREST/DbRequestBuilder.hs b/src/PostgREST/DbRequestBuilder.hs index 597b65b3b..005111be7 100644 --- a/src/PostgREST/DbRequestBuilder.hs +++ b/src/PostgREST/DbRequestBuilder.hs @@ -90,7 +90,7 @@ readRequest maxRows allRels proc apiRequest = -- in a relation where one of the tables matches "TableName" -- replace the name to that table with pg_source -- this "fake" relations is needed so that in a mutate query --- we can look a the "returning *" part which is wrapped with a "with" +-- we can look at the "returning *" part which is wrapped with a "with" -- as just another table that has relations with other tables toSourceRelation :: TableName -> Relation -> Maybe Relation toSourceRelation mt r@(Relation t _ ft _ _ rt _ _)