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

reuse callbacks, default table/column names, & unique combinations #51

Closed mechinn closed 10 years ago

mechinn commented 10 years ago

The library is great but to integrate it into a project I am working on I needed to add unique combinations and that I could restart the loaders to working with callbacks more than once.

While adding that I made it so that I could use the variable names and class names as the column names and table names respectively by default if no argument is given to @column or @table

I hope that you and the rest of your library's users find these modifications useful

emilsjolander commented 10 years ago

I would appreciate it if this were three separate pull requests as the changes aren't dependant on each other, this makes it easier to merge one change while discussing and changing parts of another.

Regarding the changes.

emilsjolander commented 10 years ago

@mechinn any update?

mechinn commented 10 years ago

Sorry! Ive been rushing to get a project done before a deadline. I'll try and fix up the pull request within a week

emilsjolander commented 10 years ago

awesome :)

mechinn commented 10 years ago

Sorry that took so long to put up, finally finished the major feature of the other project I am working on :D

emilsjolander commented 10 years ago

No problem! Just happy to see the pull requests :+1:

mechinn commented 10 years ago

NP, this library is awesome! Great work with it and I'm glad to help :)