1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #94 from prsolucoes/master More... over 7 years ago
Fix for crashes in iOS 10 More... over 7 years ago
Merge pull request #91 from prsolucoes/patch-1 More... almost 9 years ago
Fix for 64bits More... almost 9 years ago
Merge pull request #90 from prsolucoes/master More... almost 9 years ago
Update ARLazyFetcher_Private.h More... almost 9 years ago
Fix for OrderBy sequence More... almost 9 years ago
Update README.md More... about 9 years ago
Merge pull request #84 from claudot/hotfix/apple_watch_suport More... over 9 years ago
add Apple Watch support with 64bit (change deployment to 5.1.1) More... over 9 years ago
Merge branch 'hotfix/fix_on_date_format_issue' More... over 9 years ago
Merge pull request #82 from claudot/hotfix/fix_on_date_format_issue More... over 9 years ago
Fix issue on date format storage (From float to double) More... over 9 years ago
Merge pull request #79 from valerius/hotfix/fix_bug_where_save_silient_fail_constraints More... almost 10 years ago
Fixed bug where [Record save] would fail silently where there was a constrait violation, because the result returned was assigned the sqlite return value without first checking SQLITE_OK codes More... almost 10 years ago
Merge pull request #78 from valerius/feature/fix_validation_exc_bad_instruction_bug More... almost 10 years ago
Merge remote-tracking branch 'upstream/master' into feature/fix_validation_exc_bad_instruction_bug More... almost 10 years ago
fixed bug where [record valueForKey:] would throw A EXC_BAD_INSTRUCTION. I think KVC valueForKey may not work with dynamic methods More... almost 10 years ago
Merge pull request #77 from valerius/feature/fix_date_serialization_bug More... almost 10 years ago
updated Podfile.lock for CI More... almost 10 years ago
updated :commit hash for CI More... almost 10 years ago
updated podspec to require 5.0 sdk More... almost 10 years ago
updated hash to make CI happy. More... almost 10 years ago
removed comment More... almost 10 years ago
updated iActiveRecord.podspec More... almost 10 years ago
fixed bug where dates do not serialize properly More... almost 10 years ago
Merge pull request #72 from jklimke/enable_using_database_views_as_tables More... about 10 years ago
* enabled usage of database views as base for an active record object More... about 10 years ago
Merge pull request #71 from jklimke/fix_null_value_assignment_for_NSDate_columns More... about 10 years ago
checked whether the value to set is nil and return @"null" as sql representation More... about 10 years ago