mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-26 01:33:08 +03:00
Correct the docs
This commit is contained in:
parent
872808e963
commit
38e80351e6
@ -314,7 +314,7 @@ someParamsEncoder :: 'Params' [[Int64]]
|
||||
someParamsEncoder = 'param' ('nonNullable' ('array' ('dimension' 'foldl'' ('dimension' 'foldl'' ('element' ('nonNullable' 'int8'))))))
|
||||
@
|
||||
|
||||
Please note that the PostgreSQL __IN__ keyword does not accept an array, but rather a syntactical list of
|
||||
Please note that the PostgreSQL @IN@ keyword does not accept an array, but rather a syntactical list of
|
||||
values, thus this encoder is not suited for that. Use a @value = ANY($1)@ condition instead.
|
||||
-}
|
||||
newtype Array a = Array (Array.Array a)
|
||||
|
Loading…
Reference in New Issue
Block a user