Deprectate bulk-call

This commit is contained in:
Laurence Isla
2022-08-26 12:09:47 -05:00
committed by GitHub
parent 3b290d524c
commit 950070ce4e
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ data PreferParameters
| MultipleObjects -- ^ Pass an array of json objects as params to a stored procedure.
deriving Eq
-- TODO: Deprecate params=multiple-objects in next major version
instance ToHeaderValue PreferParameters where
toHeaderValue SingleObject = "params=single-object"
toHeaderValue MultipleObjects = "params=multiple-objects"