You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No longer returning a db object if encryption can't be used
- Using FMDB's goodConnection method to check the state of the database (see https://github.com/ccgus/fmdb/blob/2.7.12/src/fmdb/FMDatabase.m#L512)
- Removed fixFor530Bug which would automatically encrypt a non-encrypted database - with the use of goodConnection, app won't be able to get a non-encrypted database
0 commit comments