Skip to content

Version 0.0.9-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@ekigamba ekigamba released this 30 Oct 07:55
· 207 commits to master since this release
6b02a23
  • Disable incremental counts & add support for returning a default 0 value in multi-result queries where the results are missing in the result #33 (#15, #32, #34)

INSTRUCTIONS

Once you upgrade to this version, you will need to incremente your db version in the build.gradle and add this line https://github.com/OpenSRP/opensrp-client-reporting/blob/master/sample/src/main/java/org/smartregister/sample/repository/SampleRepository.java#L53 to your application repository onUpgrade method, the line will perform any necessary migrations depending on your current db structure. All incremental counts will be summed -> If you are using the reporting incremental-tally feature in a hacky-way, this will affect you negatively