Releases: BoD/android-contentprovider-generator
Releases · BoD/android-contentprovider-generator
v1.8.3
22 Nov 18:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New "documentation" field on entities and fields.
v1.8.1
11 Nov 13:07
Compare
Sorry, something went wrong.
No results found
Fixed ambiguous _id column names
Allow same column names in joined tables
v1.8.1_RC3
01 Nov 18:01
Compare
Sorry, something went wrong.
No results found
Reverted the experimental ambiguous columns fix, and instead, just rename ambiguous columns.
v1.8.1_RC2
20 Oct 22:51
Compare
Sorry, something went wrong.
No results found
Fixes 2nd point of issue #40.
v1.8.1_RC1
19 Oct 17:40
Compare
Sorry, something went wrong.
No results found
Fixed ambiguous _id column names
Allow same column names in joined tables
v1.8.0
24 Jul 18:32
Compare
Sorry, something went wrong.
No results found
v1.8.0_RC1
21 Jun 16:39
Compare
Sorry, something went wrong.
No results found
v1.7.2
18 May 13:42
Compare
Sorry, something went wrong.
No results found
v1.7.1
08 May 19:09
Compare
Sorry, something went wrong.
No results found
Minor release:
Added arguments to addRaw method on Selection.