[sqlite] how to force a database to be corrupted

2005-07-08 Thread Olivier Singla
Hi, I was wondering, is there is way to force a database to be corrupted ? (obviously I need this for testing purposes). Basically I'd like to patch the database so the next sql command will return SQLITE_CORRUPT. Thanks, Olivier Singla Integrian, Inc. Raleigh, NC

[sqlite] database encryption

2005-02-27 Thread Olivier Singla
Hi, I am planning to use sqlite in a PowerPC embedded device (using of course Linux). So far I am extremely happy (and impressed!) by sqlite. The only thing I think I am missing is a way to protect the database (not only the data by themself, but also the database schema). There is a project