iActiveRecord icon indicating copy to clipboard operation
iActiveRecord copied to clipboard

ActiveRecord for iOS without CoreData, only SQLite

Results 18 iActiveRecord issues
Sort by recently updated
recently updated
newest added

As I mentioned in README the project is discontinued, because I don't have enough time to maintain and develop new versions. If I continue, then I'd better start the project...

I want to create View with my sql query like this : CREATE VIEW IF NOT EXISTS view_table_status AS Select a.AreaId, a.AreaName, OrderId, t.AccountId, t.AccountNo, Amount, CustomerId, CustomerName, CustomerCategoryId, CustomerCategoryName,...

Hi, I have problem when use method witk "like" It seem return nothing, only when i input same NSString, it return equal method "equalToValue"

Hello! When I run the projects on 64bit simulator, I get crashes. In one project it is ``` // ARLazyFetcher.m ... - (ARLazyFetcher *)where:(NSString *)aCondition, ...{ ... NSString * result...

add NSURL and UIImage support for iActiveRecord. UIImage is encoded in Base64 string and URL in String

In the TestSources Folder ,in issue.m file xcode6 throw an error like this ![http://tangyumengblog.qiniudn.com/error.png](http://tangyumengblog.qiniudn.com/error.png) . How can I solve this .

I need to set foreign key with relationship,how can i do?

i set 'belongs_to_imp(User, user, ARDependencyDestroy)',but Xcode warn me message of undeclared selector 'belongsTo:' why?

Hello. I am having a problem and I want a fresh look on this. I have some ActiveRecord entities in my application and both the application / specs (using cedar)...

Faced with such a problem: with each operation with a base leak. Xcode Instruments indicates iActiveRecord [NSDate dateWithTimeIntervalSince1970:] and [NSDate dateWithTimeIntervalSinceNow:] //on the Russian Столкнулся с такой проблемой: при каждой...