Exposed 0.10.1 Released (<https://bintray.com/kotl...
# exposed
t
Exposed 0.10.1 Released (https://bintray.com/kotlin/exposed/exposed/0.10.1) Interested changes: #93 Multiple databases / See https://github.com/JetBrains/Exposed/wiki/Transactions/#working-with-a-multiple-databases #183 configuring the primary key column of an IdTable by using clientDefault breaks insertAndGetId orderBy supports Expressions and uses SortOrder enum as alternative to boolean asc/desc Possibly a broken changes: In current release where fixed much of type issues in DSL. Before it was possible to write something like this:
Copy code
FooTable.select{ FooTable.varCharField inList listOf(1, 2, 3) }
Now that code will lead to compilation error. If you found any problems with compilation after update feel free to write to me the examples.
🎉 5