Ondra Medek wrote:
>
> Does .NET version support the "incremental_vacuum" feature or am I
> doing something wrong? I am sure no other connection to the db exists
> at the time the SQL command/query is issued.
> 

Yes; however, the database "auto_vacuum" mode must be set to "incremental"
first, per:

        https://www.sqlite.org/pragma.html#pragma_incremental_vacuum

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to