Skip to content

Commit

Permalink
Correct the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Mar 23, 2024
1 parent f93ead5 commit 5760b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Hasql/Statement.hs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ refineResult refiner (Statement template encoder decoder preparable) =
--
-- Fortunately, Postgres does provide the expected functionality for arrays with other operators:
--
-- * Use @something = ANY($1)@ instead of @something IN ($1)@
-- * Use @something <> ALL($1)@ instead of @something NOT IN ($1)@
-- * Use @some_expression = ANY($1)@ instead of @some_expression IN ($1)@
-- * Use @some_expression <> ALL($1)@ instead of @some_expression NOT IN ($1)@
--
-- For details refer to
-- <https://www.postgresql.org/docs/9.6/static/functions-comparisons.html#AEN20944 the PostgreSQL docs>.

0 comments on commit 5760b69

Please sign in to comment.