greenDAO
greenDAO copied to clipboard
Fix QueryBuilder chained join
Fix the chained join() method in the QueryBuilder, which takes another Join as an argument to join from one table to another table which are both not the QueryBuilder's T type.
Fixes https://github.com/greenrobot/greenDAO/issues/963