Rob Ryan

Results 58 comments of Rob Ryan

@ordinaryman09 - If you call `inTransaction` from the main queue, and that `FMDatabaseQueue` happens to be busy, you will end up blocking the main queue. Bottom line, `inTransaction` is synchronous...

* mastodon.social * Mastodon for iOS v2023.8 (317) * iPad running iOS 16.5 FWIW, this thread says “but everything else worked”. I would caveat that and say that not *everything*...

BTW, I did my own Swift ports of these, found [here on Stack Overflow](http://stackoverflow.com/questions/34579957/drawing-class-drawing-straight-lines-instead-of-curved-lines/34583708#34583708).

Oh, I get what you’re saying. I’m OK with adding `FMDB` prefix to `SqliteValueType` (though this is admittedly not backward compatible).

This `SqliteValueType` has been around for a while. I just moved it from `FMDatabase.h` to `FMResultSet.h`. That having been said, how many people were using that...

Let me know what you decide, and I’m happy to update #818 accordingly.

That can happen if the path is not valid, e.g. you passed it a pass outside of the app sandbox, if the path has invalid characters, etc. You'd have to...

> It may be that `sqlite3_bind_blob` binds a null value if the ... the length is zero, ... That is precisely what SQLite does. If the length is zero (regardless...

We need a [MCVE](https://stackoverflow.com/help/mcve). I'm unable to reproduce the problem. It's hard to diagnose on the basis of a crashlog alone. (The crash log from dongfanggugus has a slightly worrisome...