JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.05k stars 674 forks source link

fix: EXPOSED-391 Cannot map columns to different types anymore #2099

Closed joc-a closed 1 month ago

joc-a commented 1 month ago

Allow having a custom column type that maps a database type to a different type in Kotlin code. Elaboration on the issue here: EXPOSED-391