Re: sqlite secure delete

2012-07-25 Thread Landry Breuil
On Tue, Jul 24, 2012 at 08:20:55PM -0400, Ted Unangst wrote: I think this option should be available. Index: Makefile === RCS file: /cvs/src/lib/libsqlite3/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile ---

Re: sqlite secure delete

2012-07-25 Thread Marc Espie
On Tue, Jul 24, 2012 at 08:20:55PM -0400, Ted Unangst wrote: I think this option should be available. Index: Makefile === RCS file: /cvs/src/lib/libsqlite3/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile ---

Re: sqlite secure delete

2012-07-25 Thread Ted Unangst
On Wed, Jul 25, 2012 at 09:34, Landry Breuil wrote: On Tue, Jul 24, 2012 at 08:20:55PM -0400, Ted Unangst wrote: I think this option should be available. Note sure it's a good idea, since it's a non-negligible performance loss for all sqlite users if you change it to default to true. For

sqlite secure delete

2012-07-24 Thread Ted Unangst
I think this option should be available. Index: Makefile === RCS file: /cvs/src/lib/libsqlite3/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile22 Jun 2012 17:52:34 - 1.8 +++ Makefile24 Jul