Releases: mscuttari/kaoldb
Releases · mscuttari/kaoldb
Version 1.1.2
Version 1.1.1
Features
- More tests
Bug fixes
- Persist of child classes can lead to primary key mistmach in case of autoincrement id
Version 1.1.0
Features
- Entities update (with support to subclass change)
Version 1.0.8
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
Bug fixes
- Long and Double columns were down-casted to Int and Float when dumping the table
Version 1.0.6
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
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
Bug fixes
- Enum conversion led to crash
Version 1.0.3
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
Bug fixes
- The implementation module is now published to Bintray. Previous versions couldn't be used because the module could not be fetched.