Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Oct 26, 2023
1 parent 5c1e015 commit 8c9213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgREST/Query/Statements.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data ResultSet
, rsGucStatus :: Maybe Text
-- ^ the HTTP status to be added to the response
, rsInserted :: Maybe Int64

Check warning on line 53 in src/PostgREST/Query/Statements.hs

View check run for this annotation

Codecov / codecov/patch

src/PostgREST/Query/Statements.hs#L53

Added line #L53 was not covered by tests
-- ^ the number of rows inserted (Only used with PUT)
-- ^ the number of rows inserted (Only used for upserts)
}
| RSPlan BS.ByteString -- ^ the plan of the query

Expand Down

0 comments on commit 8c9213d

Please sign in to comment.