Hi, I found with the web search that this error (out of memory for PRAGMA integrity_check) appeared in the wild and there were some fixes related to it.
Today I decided to do the check for a base that lives with its own encrypted vfs and with an sqlite version older than the current. But the check was made with the latest version (3.7.15.2). I got the same error (out of memory) for max values larger than 800, for example PRAGMA integrity_check(801). If I provide the number below or equal to 800, the result is only the (truncated) list of "Page .. is never used". What could go wrong? Can it be related to inadequate code of my vfs? The reason why I would like to see the entries after 800 is that there can be more serious errors than "Page is never used". Thanks, Max _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users