On 10/28/16, Jens Alfke wrote:
> Do I need to worry about concurrent calls to custom functions (or virtual
> tables) that I register with SQLite? They’re associated with only a single
> connection, but with Serialized mode, that connection could be used from
> multiple threads. And what if I use `
Do I need to worry about concurrent calls to custom functions (or virtual
tables) that I register with SQLite? They’re associated with only a single
connection, but with Serialized mode, that connection could be used from
multiple threads. And what if I use `pragma threads` to enable helper thre
2 matches
Mail list logo