// Header exposed for unit testing only
+#ifndef SECURITY_SFSQL_H
+#define SECURITY_SFSQL_H 1
+
#if __OBJC2__
#import <Foundation/Foundation.h>
NSMutableDictionary* _unitTestOverrides;
#endif
BOOL _hasMigrated;
- BOOL _shouldVacuum;
BOOL _corrupt;
BOOL _traced;
}
@property (nonatomic, assign) SFSQLiteSynchronousMode synchronousMode;
@property (nonatomic, readonly) BOOL isOpen;
@property (nonatomic, readonly) BOOL hasMigrated;
-@property (nonatomic, assign) BOOL shouldVacuum; // vacuum the db on open (default:YES)
@property (nonatomic, assign) BOOL traced;
@property (nonatomic, strong) id<SFSQLiteDelegate> delegate;
@end
-#endif
+#endif /* __OBJC2__ */
+#endif /* SECURITY_SFSQL_H */