Re: [web2py] sqlite and vaccum

2010-09-29 Thread Jason Brower
Yup, just execute that. :) On 09/29/2010 01:56 PM, rochacbruno wrote: db.executesql('PRAGMA auto_vacuum = X') ? Enviado via iPhone Em 29/09/2010, às 06:01, winti escreveu: Hello, is there a way to reclaim free space in sqlite db's within web2py as described here: http://www.sqlite.org/

Re: [web2py] sqlite and vaccum

2010-09-29 Thread rochacbruno
db.executesql('PRAGMA auto_vacuum = X') ? Enviado via iPhone Em 29/09/2010, às 06:01, winti escreveu: > Hello, > is there a way to reclaim free space in sqlite db's within web2py as > described here: > > http://www.sqlite.org/pragma.html#pragma_auto_vacuum > > > Stefan

[web2py] sqlite and vaccum

2010-09-29 Thread winti
Hello, is there a way to reclaim free space in sqlite db's within web2py as described here: http://www.sqlite.org/pragma.html#pragma_auto_vacuum Stefan