Dave Gierok <[EMAIL PROTECTED]> wrote:
> xTruncate is not being called because this is an in-memory database.  Memor=
> y databases should have memory freed instead I assume?
> 

In-memory databases call sqliteFree() to release their memory.
I checked, and this does appear to work.  Perhaps the sqliteFree()
call is somehow not making it down into your measurement layer.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to