This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Releases: arconsis/droitatedDB
Releases · arconsis/droitatedDB
0.1.9
Bugfixes
Ranaming to droitatedDB
Due to legal issues we renamed the project to droitatedDB.
It can now be found in Maven Central with the identifiers
- org.droitateddb:api:0.1.6
- org.droitateddb:processor:0.1.6
The package structure was also renamed, because it had the old name in it.
Important: When you update to droitatedDB you will have to refactor your imports
Minor bugfixes
- Fixes issue with a singelton DBCreator. It is now possible to have multiple instances of it to avoid closing DB connection from different Threads.
- Support up to Java 8 for the annotation processor
Datarobot Release 0.1.3
New Feature:
- Validation of columns in @Entities. For a details description please visit the Tutorial section
Minor Bugfix:
- When switching the exported attribute of an @entity(exported=...). The ContentProvider definition is adjusted in the AndroidManifest.xml
Datarobot Release 0.1.2
Changes in version 0.1.2:
- Added a hook for additional work on database creation. See @create and DbCreate interface
- Boolean fields are now supported for storage
- Primary keys without auto increment