<@U0EC2UPDF>: Can you confirm that <https://githu...
# exposed
s
@tapac: Can you confirm that https://github.com/JetBrains/Exposed/blob/master/src/main/kotlin/org/jetbrains/exposed/sql/ColumnType.kt#L283 is not meant to be overriding valueFromDB? Apparently in boolean columns (
tinyint(1)
) they return Byte instead of Boolean.