Skip to content

Commit

Permalink
Update @SInCE tags, after upstream released 3.5.10.2 while ignoring PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ulidtko committed Sep 1, 2023
1 parent 5829a81 commit a9e27c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Esqueleto/PostgreSQL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ forShareOf lockableEntities onLockedBehavior =
-- -- return p -- also works, returning (Entity Person)
-- @
--
-- @since 3.5.10.2
-- @since 3.5.10.3
updateReturning :: (MonadIO m, From from, InferReturning ex ret, SqlBackendCanWrite backend)
=> (from -> SqlQuery ex)
-> R.ReaderT backend m [ret]
Expand All @@ -518,7 +518,7 @@ updateReturning block = do
-- return (p, p ^. PersonName)
-- @
--
-- @since 3.5.10.2
-- @since 3.5.10.3
deleteReturning :: (MonadIO m, From from, InferReturning ex ret, SqlBackendCanWrite backend)
=> (from -> SqlQuery ex)
-> R.ReaderT backend m [ret]
Expand Down

0 comments on commit a9e27c5

Please sign in to comment.