Skip to content

Releases: kotlin-orm/ktorm

v2.1

26 Apr 13:09

Choose a tag to compare

  • 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 to aggregateColumns.
  • Mark some internal APIs as @PublishedApi.

v2.0

12 Apr 04:09

Choose a tag to compare

v1.3

28 Mar 09:32

Choose a tag to compare

  • Fix bug #9, generate smart count SQLs.
  • Fix bug #10, check unexpected discard changes.
  • Other optimizations and bug fixes.

v1.2

27 Dec 12:19

Choose a tag to compare

  • Detect circular table references and fail fast
  • Support binding a column to triple nested properties

v1.1.final

14 Dec 08:59

Choose a tag to compare

rm dokka

v1.1

14 Dec 07:14

Choose a tag to compare

  • Refactor SqlType interface
  • TypeReference
  • Combine Conditions

v1.0

14 Dec 07:15

Choose a tag to compare

update version