Closed mechinn closed 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.
initLoader()
-> restartLoader()
seems like a valid change. Split it into a seperate pull request and i'll merge it :+1: @mechinn any update?
Sorry! Ive been rushing to get a project done before a deadline. I'll try and fix up the pull request within a week
awesome :)
Sorry that took so long to put up, finally finished the major feature of the other project I am working on :D
No problem! Just happy to see the pull requests :+1:
NP, this library is awesome! Great work with it and I'm glad to help :)
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