Fix bug that KSP generates non-compile code when entity property names are too long.
Unclaimed project
Are you a maintainer of ktorm? Claim this project to take control of your public changelog and roadmap.
Changelog
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
Fix bug that KSP generates non-compile code when entity property names are too long.
EntityExtensionsApi.isAttached() function to check if an entity is attached to the database.BaseTable.asExpression() function open by @qumn in https://github.com/kotlin-orm/ktorm/pull/560array_position function, by @svenallers in #479.Ktorm KSP can help us generate boilerplate code for...
Ktorm now supports SQL window functions, here is an example:
database
.from(Employees)
.select(
Employees.name,
Employees.salary,
Employees.departmentId...
gt, gte, lt, lte, neq, synonyms for greater, greaterEq, less, lessEq, notEq.cube & earthdistance data type an...