related to exposed (v0.5.0), I have "boolean" col in db (h2) with type tinyint(1) and corresponding definition in exposed table as bool("col"), inserts work correctly but in select result I get 'java.lang.ClassCastException: java.lang.Byte cannot be cast to java.lang.Boolean'