Hi List,
I found 2 flaws in the online documentation: Documentation conflict: Section "1.3. Limitations" on http://sqlite.org/sessionintro.html <http://sqlite.org/sessionintro.html> states: "• Prior to SQLite version 3.17.0, the session extension only worked with rowid tables, not WITHOUT ROWID tables. As of 3.17.0, both rowid and WITHOUT ROWID tables are supported." This contradicts with the statement in item 7 of Section "2. Differences From Ordinary Rowid Tables" on page http://sqlite.org/withoutrowid.html <http://sqlite.org/withoutrowid.html> "Note that since the session extension uses the update hook, that means that the session extension will not work correctly on a database that includes WITHOUT ROWID tables." The latter remark is probably outdated, or needs some refinement. Secondly, a typo: "changset" should be "changeset" in first line of Section "2.2. Conflicts" on page http://sqlite.org/sessionintro.html <http://sqlite.org/sessionintro.html> Met Vriendelijke Groet, Kind Regards, 谨致问候, Rob Golsteijn _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

