AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

What about deleting one record from database ? #1

Closed stoprocent closed 12 years ago

stoprocent commented 12 years ago

as in titlte :) I love how it works just missing few small things like delete and order by

AlexDenisov commented 12 years ago

Thank for feedback, project is under construction and haven't implemented many things and ideas. But i have already added dropRecord method, which allows to remove record from database. Also was added ARLazyFetcher class, that allow to use limit, offset and/or order by conditions.

You can find simple examples under UnitTest specs :)

stoprocent commented 12 years ago

btw can you add a new target so it compiles into static library ?

On Wednesday, March 21, 2012 at 8:47 PM, Alex wrote:

Thank for feedback, project is under construction and haven't implemented many things and ideas. But i have already added dropRecord method, which allows to remove record from database. Also was added ARLazyFetcher class, that allow to use limit, offset and/or order by conditions.

You can find simple examples under UnitTest specs :)


Reply to this email directly or view it on GitHub: https://github.com/AlexDenisov/iActiveRecord/issues/1#issuecomment-4625592

AlexDenisov commented 12 years ago

I added a target to build the framework. Its name Build_Framework, just run Product -> Build and necessary files will appear in ~/Products/ directory. You can change this path at the shell script.