Skip to content

Releases: BoD/android-contentprovider-generator

v1.8.3

22 Nov 18:03
@BoD BoD
Compare
Choose a tag to compare

Improved this case:

  • A has a FK pointing to B
  • B has a FK pointing to C
  • A has a FK pointing to C

In this case we need to prefix C in queries to avoid ambiguities.

v1.8.2

11 Nov 18:13
@BoD BoD
Compare
Choose a tag to compare
  • New "documentation" field on entities and fields.

v1.8.1

11 Nov 13:07
@BoD BoD
Compare
Choose a tag to compare
  • Fixed ambiguous _id column names
  • Allow same column names in joined tables

v1.8.1_RC3

01 Nov 18:01
@BoD BoD
Compare
Choose a tag to compare
v1.8.1_RC3 Pre-release
Pre-release
  • Reverted the experimental ambiguous columns fix, and instead, just rename ambiguous columns.

v1.8.1_RC2

20 Oct 22:51
@BoD BoD
Compare
Choose a tag to compare
v1.8.1_RC2 Pre-release
Pre-release
Fixes 2nd point of issue #40.

v1.8.1_RC1

19 Oct 17:40
@BoD BoD
Compare
Choose a tag to compare
v1.8.1_RC1 Pre-release
Pre-release
  • Fixed ambiguous _id column names
  • Allow same column names in joined tables

v1.8.0

24 Jul 18:32
@BoD BoD
Compare
Choose a tag to compare

Foreign keys support.

v1.8.0_RC1

21 Jun 16:39
@BoD BoD
Compare
Choose a tag to compare
v1.8.0_RC1 Pre-release
Pre-release
List of similar tools

v1.7.2

18 May 13:42
@BoD BoD
Compare
Choose a tag to compare
  • Fixed issue #22.

v1.7.1

08 May 19:09
@BoD BoD
Compare
Choose a tag to compare

Minor release:

  • Added arguments to addRaw method on Selection.