Open kahlil29 opened 5 years ago
In the function dbTypeToHaskType, we are missing some mappings that need to added according to their corresponding Haskell types.
dbTypeToHaskType
DBBit _
DBVarbinary (Left Type.Max)
There could be more but these were encountered while testing against Chinook and client DBs.
In the function
dbTypeToHaskType
, we are missing some mappings that need to added according to their corresponding Haskell types.DBBit _
DBVarbinary (Left Type.Max)
There could be more but these were encountered while testing against Chinook and client DBs.