Ktorm v2.4 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
    • โฌ†๏ธ 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 creating Database instances. #5
    • โž• Add match and against functions for MySQL fulltext search, translated to its match ... against ... syntax. #25
    • โž• Add insertOrUpdate function for PostgreSQL's data "upsert", translated to its on conflict (key) do update set syntax. #26
    • ๐Ÿ›  Other optimizations and bug fixes.