Re: [sqlite] SQLite linked to plugin binary

2019-01-24 Thread Carsten Müncheberg
Am Mi., 23. Jan. 2019 um 18:23 Uhr schrieb Jens Alfke : > > > > On Jan 23, 2019, at 8:27 AM, Carsten Müncheberg < > carsten.muencheb...@gmail.com> wrote: > > > > A host application (which is a black box for me I cannot change) is > loading > > my plugin binaries which each have SQLite linked stati

Re: [sqlite] SQLite linked to plugin binary

2019-01-23 Thread Clemens Ladisch
Carsten Müncheberg wrote: > A host application (which is a black box for me I cannot change) is loading > my plugin binaries which each have SQLite linked statically. When two > plugins now access the same database file from the process of the host > application none of the serialization mechanisms

Re: [sqlite] SQLite linked to plugin binary

2019-01-23 Thread Jens Alfke
> On Jan 23, 2019, at 8:27 AM, Carsten Müncheberg > wrote: > > A host application (which is a black box for me I cannot change) is loading > my plugin binaries which each have SQLite linked statically. When two > plugins now access the same database file from the process of the host > applicat

[sqlite] SQLite linked to plugin binary

2019-01-23 Thread Carsten Müncheberg
I am running into a problem with the following use-case: A host application (which is a black box for me I cannot change) is loading my plugin binaries which each have SQLite linked statically. When two plugins now access the same database file from the process of the host application none of the s