Closed emilsjolander closed 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.
ContentValues
Solved this with @DynamicColumn. Currently is master awaiting some final testing before release
@DynamicColumn
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.