Re: [sqlite] SQLITE_DEFAULT_AUTOVACUUM not preserved for in-memory-db

2013-08-19 Thread _ph_
[edit] this is of course 3.*7*.12 and 3.*7*.17 -- View this message in context: http://sqlite.1065341.n5.nabble.com/SQLITE-DEFAULT-AUTOVACUUM-not-preserved-for-in-memory-db-tp70571p70572.html Sent from the SQLite mailing list archive at Nabble.com. __

[sqlite] SQLITE_DEFAULT_AUTOVACUUM not preserved for in-memory-db

2013-08-19 Thread _ph_
When compiling the amalgamation with #define SQLITE_DEFAULT_AUTOVACUUM 2 and creating an in-memory-DB, pragma auto_vacuum will return 0 (confirmed on 3.1.12, 3.1.17) Doing this in a disk DB, or after changing it at runtime (pragma auto_vacuum=N; VACUUM;), auto_vacuum will return the