Re: [sqlite] Possibility to use a in-mmeory database with two sqlite handles/connections

2011-07-26 Thread Pavel Ivanov
> is there a way to create more then one sqlite connection hadles for the > same in-memory database? No. > There was a proposal: > http://www.mail-archive.com/sqlite-users@sqlite.org/msg35438.html > from Markus Lehmann. > Is this a safe sollution? I guess if it's not in the mainline SQLite it's

[sqlite] Possibility to use a in-mmeory database with two sqlite handles/connections

2011-07-26 Thread Maik Scholz
Hi, is there a way to create more then one sqlite connection hadles for the same in-memory database? I know that I could share the connection pointer, but I would prefer to to have differrent indipendent connections. There was a proposal: http://www.mail-archive.com/sqlite-users@sqlite.org/msg35