Exposed 0.8.3 released:
https://bintray.com/kotlin/exposed/exposed/0.8.3
Kotlin updated to 1.1.3-2
Fixed:
#125 PostgreSQL-Error when using uppercase letters for column name
#128 Exception when trying to add a column with a default value
"Insert from select" and exists/notExists expressions had used raw-sql instead of prepared statements what might lead to sql-injection (thanks to
@spand for notice it)