Improve command docs

This commit is contained in:
Tomasz Rybarczyk 2018-10-09 08:30:12 +02:00
parent 2da6a3a767
commit c0ac46c00a

View File

@ -161,7 +161,9 @@ foreign import ffiUnsafeQuery
-> Array Foreign
-> EffectFnAff (Array (Array Foreign))
-- | Execute a PostgreSQL query and return its command tag value.
-- | Execute a PostgreSQL query and return its command tag value
-- | (how many rows were affected by the query). This may be useful
-- | for example with DELETE or UPDATE queries.
command
:: i
. ToSQLRow i