On Sun, Mar 21, 2010 at 01:03:56PM -0400, Ted Rolle scratched on the wall: > How/where do I set the 'Living Dangerously' flag? Is it case-sensitive?
Which one? There are plenty of stupid ways to configure things if you don't understand what you're doing. The most common "dangerous" flag is the "synchronous" flag, which controls how aggressively SQLite attempts to flush written data to physical media. It is a standard PRAGMA setting: http://www.sqlite.org/pragma.html#pragma_synchronous -j -- Jay A. Kreibich < J A Y @ K R E I B I.C H > "Our opponent is an alien starship packed with atomic bombs. We have a protractor." "I'll go home and see if I can scrounge up a ruler and a piece of string." --from Anathem by Neal Stephenson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

