Hi, gurus, i just randomly stumbled upon a _possible_ internal documentation bug:
http://www.sqlite.org/src/ci/05c9832e5f The commit message says: "Enable the SQLITE_FCNTL_SIZE_HINT on unix even if SQLITE_FCNTL_CHUNK_SIZE has not been set." but there are some docs in the top part of that diff (in the unchanged part) which look like they might also need to be updated (but i'm not certain, as i don't grok that code at all): ... ** that the file needs to be extended at this point. Otherwise, the ** SQLITE_FCNTL_SIZE_HINT operation is a no-op for Unix. Happy Hacking! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

