Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Thomas Rasch
2012-06-18 15:30:04 +0200
Commit
d75d3f3893742b4f3c82117409b9aa4458176dc2
1 parent
eae133ec
o Don't crash on errors
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMDatabaseCache.m
MapView/Map/RMDatabaseCache.m
View file @
d75d3f3
...
...
@@ -128,7 +128,7 @@
}
[
queue
inDatabase
:
^
(
FMDatabase
*
db
)
{
[
db
setCrashOnErrors
:
TRUE
]
;
[
db
setCrashOnErrors
:
NO
]
;
[
db
setShouldCacheStatements
:
TRUE
]
;
}];
...
...
Please
register
or
login
to post a comment