Releases: kotlin-orm/ktorm
Releases · kotlin-orm/ktorm
v2.1
- Add function
asSequenceWithoutReferences
to disable the auto joining of reference tables. - Add function
mapColumns
to select a particular column from tables. - Add dateDiff function for MySQL.
- Rename function
aggregate
toaggregateColumns
. - Mark some internal APIs as @PublishedApi.
v2.0
- Add EntitySequence APIs (#7), obtaining entities just like using kotlin.Sequence, document: https://ktorm.liuwj.me/en/entity-sequence.html
- New column binding syntax (#8)
- Other optimizations and bug fixes.
v1.3
v1.2
- Detect circular table references and fail fast
- Support binding a column to triple nested properties
v1.1.final
rm dokka
v1.1
- Refactor SqlType interface
- TypeReference
- Combine Conditions
v1.0
update version