v2.4
版本发布时间: 2019-06-26 11:45:44
kotlin-orm/ktorm最新发布版本:v4.1.1(2024-09-03 11:39:09)
- Upgrade Kotlin version to 1.3.40.
- Auto detect the third-party logging framework we are using from the classpath, and delegate Ktorm's logs to it. #15
- Use JDK ServiceLoader to find a dialect. Now we don't have to specify the
dialect
parameter explicitly while creatingDatabase
instances. #5 - Add
match
andagainst
functions for MySQL fulltext search, translated to itsmatch ... against ...
syntax. #25 - Add
insertOrUpdate
function for PostgreSQL's data "upsert", translated to itson conflict (key) do update set
syntax. #26 - Other optimizations and bug fixes.