khibino / haskell-relational-record

This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type.
233 stars 36 forks source link

Missing mediumint definition for MySQL. #29

Closed lotz84 closed 8 years ago

lotz84 commented 9 years ago
Exception when trying to run compile-time code:
          user error (MySQL: Type mapping is not defined against MySQL type: mediumint)
khibino commented 8 years ago

Thanks!