JetBrains / Exposed

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

fix: EXPOSED-349 "defaultValueFun" is lost from Column in Alias #2058

Closed joc-a closed 2 months ago

joc-a commented 2 months ago

The values set for clientDefault, defaultExpression, databaseGenerated, and reference were not being copied when cloning columns for a table alias, so I fixed it in one go for all of them.