lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Function to convert Text to Query #191

Closed singpolyma closed 8 years ago

singpolyma commented 8 years ago

Right now it is required to do fromString . unpack

lpsmith commented 8 years ago

The Query data constructor is publicly exported from the Types module. You can use Query . encodeUtf8 instead.