Is there a way to delete all rows in a table without SQLITE generating
temporary journal files?

If you want to delete everything maybe a simple

drop table foo;
create table foo;

will do it.

--
---> doj / cubic
----> http://cubic.org/~doj
-----> http://llg.cubic.org

Reply via email to