I'm confused. By 'Schema Version Number' are people meaning this: <http://www.sqlite.org/pragma.html#pragma_schema_version>
Or the header string at offset 0 in this: <http://www.sqlite.org/fileformat.html> Or the value written at offset 92 in this: <http://www.sqlite.org/fileformat.html> ? The first one, which has a name nearest to 'Schema Version Number', should have nothing to do with databases popping up with 'without row'. On the other hand, an application which is testing to see whether it understands the file format can usefully check the value at 92 and make sure it's less than or equal to such-and-such value. Beginning to allow 'without rowid' must increase the value used. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users