I did some search and as I see, file change counter (dbFileVers field of the
header) is not directly or indirectly accessible for reading. But sometimes
one would like to have such feature. For example, every layer above sqlite
has likely its own cache (Delphi db engine for example). And having ability
to read, compare such counter and reload cache based on this info would
likely have some benefits in multi-client environment. As long as I see
adding some experiemental function called let's say sqlite3_getchangecounter
and intended to be used only for reading should not affect any core
functionality.

What you think? Maybe such addition is too specific?

Thanks

Max
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to