From 04cefc7b471b9ac09c41f2074aba11b09f898242 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 28 Oct 2017 18:38:01 -0500 Subject: [PATCH] Update unknown decoder doc --- library/Hasql/Encoders.hs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/Hasql/Encoders.hs b/library/Hasql/Encoders.hs index 95a19cf..66d62c0 100644 --- a/library/Hasql/Encoders.hs +++ b/library/Hasql/Encoders.hs @@ -358,15 +358,6 @@ 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 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 --- --- library will provide you with the toolchain. --- {-# INLINABLE unknown #-} unknown :: Value ByteString unknown =