- Breaking change: Multiple
@PrimaryKey
annotations on same table is no longer allowed. Instead use@PrimaryKeyConstraint
. - Added annotations for table constraints
@Constraints
@ForeignKeyConstraint
@PrimaryKeyConstraints
@UniqueConstraint
- Support passing a
Context
to 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
Context
is always used. - Added
@Join
annotation.
Doesn't exist, for some reason.
- Added
IfNotExists
annotation for use with table definitions.