- Breaking change: Multiple
@PrimaryKeyannotations on same table is no longer allowed. Instead use@PrimaryKeyConstraint. - Added annotations for table constraints
@Constraints@ForeignKeyConstraint@PrimaryKeyConstraints@UniqueConstraint
- Support passing a
Contextto methods annotated with@Where.
- Fix issue where spaces was not added between table and joins.
- Added helper class for getting values from
Cursors. - Ensure application
Contextis always used. - Added
@Joinannotation.
Doesn't exist, for some reason.
- Added
IfNotExistsannotation for use with table definitions.