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

Support for arbitrary results from query #14

Closed emilsjolander closed 10 years ago

emilsjolander commented 10 years ago

Support the result of a query to have any arbitrary columns. My first though it to create a special class similar to ContentValues but read only which will be past in as a model to the query methods.

emilsjolander commented 10 years ago

Solved this with @DynamicColumn. Currently is master awaiting some final testing before release