[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH][merge-tracking]libsvn_fs_util

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-09-20 21:12:51 CEST

[Kamesh Jayachandran]
> <snip>
> The returned sqlite3* can only be used in the same thread in which it
> was created. It is an error to call sqlite3_open() in one thread then
> pass the resulting database handle off to another thread to use.

Not that this has any effect on the present discussion, but I note that
this changed in sqlite 3.3.1; it now explicitly permits using a handle
in multiple threads.

Received on Wed Sep 20 21:13:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.