All Versions
17
Latest Version
Avg Release Cycle
47 days
Latest Release
1664 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3 Changes
June 09, 2019- Documents for all public classes and functions.
- ๐ Throw
DialectFeatureNotSupportedException
while a feature is not supported by a dialect. - ๐ Other optimizations and bug fixes.
-
v2.2 Changes
May 05, 2019โ Add a logging facade and the slf4j dependency is removed. (#4)
๐ฒ Documents can be found at https://ktorm.liuwj.me/en/connect-to-databases.html#Logging -
v2.1 Changes
April 26, 2019- โ 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.
- โ Add function
-
v2.0 Changes
April 12, 2019- โ 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 Changes
March 28, 2019 -
v1.2 Changes
December 27, 2018- Detect circular table references and fail fast
- ๐ Support binding a column to triple nested properties
-
v1.1.final
December 14, 2018