The short version...SqlMapper.Query<T>... seems to ignore my registered ...TypeHandler<T>...The long version...Here's a simple query:...SELECT 'Foo' AS CategoryName, 200 AS CategoryRating
......and here's two POCOs:...public class RatingValue
{
public...