emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
772 stars 84 forks source link

Add support for @Unique on multiple columns #55

Closed edu-zamora closed 10 years ago

edu-zamora commented 10 years ago

If we use the @Unique annotation in different fields of a class, it will create a unique constraint per field. In some situations, it would be useful to be able to create unique constraint including more than one column.

emilsjolander commented 10 years ago

closing because of duplicate pull request #60