mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
Map the "char" encoder to the "text" OID
This commit is contained in:
parent
521a8c0e4b
commit
7bade85359
@ -193,7 +193,7 @@ numeric =
|
||||
{-# INLINABLE char #-}
|
||||
char :: Value Char
|
||||
char =
|
||||
Value (Value.unsafePTI PTI.char (const Encoder.char))
|
||||
Value (Value.unsafePTI PTI.text (const Encoder.char))
|
||||
|
||||
{-# INLINABLE text #-}
|
||||
text :: Value Text
|
||||
|
Loading…
Reference in New Issue
Block a user