Skip to content

Releases: mscuttari/kaoldb

Version 1.1.2

25 Aug 17:46
60cc3c2
Compare
Choose a tag to compare

Various

  • Update dependencies

Version 1.1.1

26 Aug 22:11
d9a4a0b
Compare
Choose a tag to compare

Features

  • More tests

Bug fixes

  • Persist of child classes can lead to primary key mistmach in case of autoincrement id

Version 1.1.0

10 Jan 22:32
9ae9116
Compare
Choose a tag to compare

Features

  • Entities update (with support to subclass change)

Version 1.0.8

10 Jan 18:09
beacc35
Compare
Choose a tag to compare

Bug fixes

  • Primary keys were inherited as simple columns instead of primary keys
  • "Where" attributes were wrongly interpreted as column names instead of literals if their values were equal to the column names

Version 1.0.7

06 Jan 09:19
0a153e2
Compare
Choose a tag to compare

Bug fixes

  • Long and Double columns were down-casted to Int and Float when dumping the table

Version 1.0.6

05 Jan 12:09
c322db8
Compare
Choose a tag to compare

Bug fixes

  • Boolean attributes were wrongly converted to Blob columns instead of Integer ones.
  • Integer columns were not converted back to Boolean values

Version 1.0.5

08 Nov 12:21
64fce24
Compare
Choose a tag to compare

Performance improvements

  • Entities are now mapped only when their database is requested. This way, the XML configuration file can be loaded at the application startup without impacting the UI thread with the mapping process.

Version 1.0.4

04 Nov 20:30
61631b2
Compare
Choose a tag to compare

Bug fixes

  • Enum conversion led to crash

Version 1.0.3

28 Oct 21:37
21f4c0b
Compare
Choose a tag to compare

Bug fixes

  • Reverted to Objenesis 2.6 for pre-Oreo compatibility
  • Reverted to normal Objenesis (non TCK) because of double imports bug

Version 1.0.2

03 Oct 13:08
0823515
Compare
Choose a tag to compare

Bug fixes

  • The implementation module is now published to Bintray. Previous versions couldn't be used because the module could not be fetched.