On Nov 12, 2009, at 1:30 PM, D. Richard Hipp wrote: >> >> To write more future-proof code I would like to have something like >> PRAGMA default_file_format or PRAGMA maximum_file_format that lets me >> explicitly specify the highest file format version SQLite will use >> for >> new databases. >> >> Does this sound like something worth adding?
Not to me. Why don't you just use the default (file format 1)? It works great with every version of SQLite back to 3.0.0. Do you have some unusual requirement for descending indices or something? D. Richard Hipp d...@hwaci.com _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users