byteally / dbrecord

7 stars 2 forks source link

DbRecord-MsSQL : Some `DBType -> HaskType` mappings are missing #22

Open kahlil29 opened 5 years ago

kahlil29 commented 5 years ago

In the function dbTypeToHaskType, we are missing some mappings that need to added according to their corresponding Haskell types.

  1. DBBit _
  2. DBVarbinary (Left Type.Max)

There could be more but these were encountered while testing against Chinook and client DBs.