mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-25 17:26:28 +03:00
Update unknown decoder doc
This commit is contained in:
parent
26fc28d922
commit
04cefc7b47
@ -358,15 +358,6 @@ enum mapping =
|
|||||||
-- |
|
-- |
|
||||||
-- Identifies the value with the PostgreSQL's \"unknown\" type,
|
-- Identifies the value with the PostgreSQL's \"unknown\" type,
|
||||||
-- thus leaving it up to Postgres to infer the actual type of the value.
|
-- thus leaving it up to Postgres to infer the actual type of the value.
|
||||||
--
|
|
||||||
-- The bytestring needs to be encoded according to the Postgres\' binary format
|
|
||||||
-- of the type it expects.
|
|
||||||
--
|
|
||||||
-- Essentially this is a low-level hook for encoding of values with custom codecs.
|
|
||||||
-- The
|
|
||||||
-- <http://hackage.haskell.org/package/postgresql-binary "postgresql-binary">
|
|
||||||
-- library will provide you with the toolchain.
|
|
||||||
--
|
|
||||||
{-# INLINABLE unknown #-}
|
{-# INLINABLE unknown #-}
|
||||||
unknown :: Value ByteString
|
unknown :: Value ByteString
|
||||||
unknown =
|
unknown =
|
||||||
|
Loading…
Reference in New Issue
Block a user