Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error with pragma option
  • Loading branch information
casademora committed Oct 1, 2012
1 parent 545a946 commit 51fe465
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ + (NSDictionary *) MR_autoMigrationOptions;
{
// Adding the journalling mode recommended by apple
NSMutableDictionary *sqliteOptions = [NSMutableDictionary dictionary];
[pragmaOptions setObject:@"WAL" forKey:@"journal_mode"];
[sqliteOptions setObject:@"WAL" forKey:@"journal_mode"];

NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithBool:YES], NSMigratePersistentStoresAutomaticallyOption,
Expand Down

0 comments on commit 51fe465

Please sign in to comment.