mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-28 04:57:14 +03:00
Extend the docs
This commit is contained in:
parent
23556ea460
commit
9ba0612f68
@ -358,6 +358,11 @@ enum mapping =
|
||||
-- |
|
||||
-- Identifies the value with the PostgreSQL's \"unknown\" type,
|
||||
-- thus leaving it up to Postgres to infer the actual type of the value.
|
||||
--
|
||||
-- The value transimitted is any value encoded in the Postgres' Text data format.
|
||||
-- For reference, see the
|
||||
-- <https://www.postgresql.org/docs/10/static/protocol-overview.html#protocol-format-codes Formats and Format Codes>
|
||||
-- section of the Postgres' documentation.
|
||||
{-# INLINABLE unknown #-}
|
||||
unknown :: Value ByteString
|
||||
unknown =
|
||||
|
Loading…
Reference in New Issue
Block a user