SugarRecord icon indicating copy to clipboard operation
SugarRecord copied to clipboard

CoreData/Realm sweet wrapper written in Swift

Results 19 SugarRecord issues
Sort by recently updated
recently updated
newest added

A pull request from a fork by @aporat that does work on Swift 5 and Xcode 11.x. Anyone can use it with `pod 'SugarRecord', :git => 'https://github.com/aporat/SugarRecord.git'`.

## What Well I want to update an record which is already inserted. ## Context I'm saving records in the database. For example I saved data in db at 1:50...

## What Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'An instance of NSFetchedResultsController requires a fetch request with sort descriptors' ## Context ```swift let request : FetchRequest = FetchRequest()...

## What jsonEntity is NSManagedObject, when i got it from database, update some property. if i commet try (self.db.mainContext as? NSManagedObjectContext)?.save(), database is not updated, when i restart my app,...

difficulty:moderate
priority:high
status:waiting-input
type:bug

Hello guys! ## What According to best practices, it is better to do Coredata related operations in the background, not to cause any possible performance drops, or UI blocks I...

## What > Describe here your issue, a bug you found, an idea that you had, something that you think can be improved... ## Context > Provide information that helps...

## What I have an Entity named Transaction. I generated an NSManagedObject subclass and named it TransactionManagedObject since I already have an existing Transaction (NSObject) class. I tried fetching data...

When initializing `CoreDataiCloudStorage`. You're clearly setting `storeURL` and `ContentURL` to the same value in `cdiCloudInitializeStore`. Full log: ``` 2016-04-12 16:12:17.213 testCoreData[92333:18177441] CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/asdfgh1/Library/Developer/CoreSimulator/Devices/D838493D-0303-4CCC-ADDD-57334A2CD98B/data/Library/Mobile%20Documents/iCloud~com~xxx~yyy/Path/ options:{ NSInferMappingModelAutomaticallyOption = 1;...

Hi, My understanding is realm-cocoa was removed but it is still somehow available for Carthage, I am unable to define sugarrecord as dependency as the build fails... `*** Building scheme...

## What After updating to Xcode 9.3 (9E145) and Swift 4.1, an iOS project that depends on SugarRecord 3.1.3 fails to build. Carthage reports a compile error in `CoreDataObservable.swift`: ```...