magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Feature/specify sqlite store location with fileurls #1227

Closed rdalmia closed 5 years ago

rdalmia commented 8 years ago

We required the location to be changed for the sqlite db which is being created. Found out this code which is already doing this.

Can you please review and merge this.

Coeur commented 5 years ago

MR_addSqliteStoreAtURL: seems to do the same job as what is already supported by MR_addSqliteStoreNamed:.

Basically, you want to merge branch https://github.com/magicalpanda/MagicalRecord/tree/feature/specify-sqlite-store-location-with-fileurls, which is from year 2012. Sadly, you did not solve the conflicts, so adding MR_blockingSave is now obsolete.

Please rebase the relevant changes to master branch before opening a PR, thank you.