Results 15 comments of Ted Rogers

I write files outside of the app local data store all the time so I don't think creating the database there would be an UWP validation issue. You have to...

@ericsink since I am using sqlite-net-pcl and SQLitePCL.raw, any ideas how I would wire in a new VFS if I ever figure out how to build one?

Looking for some feedback/help on this issue.

No problem. Let me know if you need anything for the implementation since I have already done this in my own KeyChain class.

I haven't looked at the Keychain object in SecureStorage in a while but I can tell you that is how I handled it in my Keychain classs. ``` public Keychain(string...

In this stacktrace thread 23 is sitting on this statement in nextWithError: // wtf? NSLog(@"Unknown error calling sqlite3_step (%d: %s) rs", rc, sqlite3_errmsg([_parentDB sqliteHandle])); BTW...there is only one FCModelDatabaseQueue. [StackTrace.txt](https://github.com/ccgus/fmdb/files/481002/StackTrace.txt)

That is what I thought at first but thread 22 and 23 use the same operation queue and it appears that 22 is waiting for 23 to finish.

Gus - I am just learning this codebase I am debugging. I realize that it is writing images to the database as JPEG NSData. Any experience with issues around doing...

I update to the latest FCModel which puts all database requests on the main UI thread so I don't think it is that.

See attached stacktrace from Crashlytics. [crashlytics_stacktrace.txt](https://github.com/ccgus/fmdb/files/485668/crashlytics_stacktrace.txt)