@@ -24,6 +24,9 @@ + (BOOL)isThreadSafe {
}
- (id)initWithPath:(NSString*)aPath {
+
+ assert(sqlite3_threadsafe()); // whoa there big boy- gotta make sure sqlite it happy with what we're going to do.
self = [super init];
if (self) {