diff options
author | dan <dan@noemail.net> | 2011-03-25 10:52:01 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2011-03-25 10:52:01 +0000 |
commit | f51e5f6c9950c9ed0efcbca08608f462bb4db0ed (patch) | |
tree | c85585cb6d5c3eeba9874314fcc1df7933c7ed4e /ext/session/sqlite3session.h | |
parent | a9605b912552c6d6b33c787917d79187fbf4c3ce (diff) | |
download | sqlite-f51e5f6c9950c9ed0efcbca08608f462bb4db0ed.tar.gz sqlite-f51e5f6c9950c9ed0efcbca08608f462bb4db0ed.zip |
Improve coverage of session module code.
FossilOrigin-Name: 666123c8d07be87d477e67b1cebef2b0fba5b4bc
Diffstat (limited to 'ext/session/sqlite3session.h')
-rw-r--r-- | ext/session/sqlite3session.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/session/sqlite3session.h b/ext/session/sqlite3session.h index 5d19379ec..bcb901667 100644 --- a/ext/session/sqlite3session.h +++ b/ext/session/sqlite3session.h @@ -513,6 +513,9 @@ int sqlite3changeset_finalize(sqlite3_changeset_iter *pIter); ** It is the responsibility of the caller to eventually call sqlite3_free() ** on the *ppOut pointer to free the buffer allocation following a successful ** call to this function. +** +** WARNING/TODO: This function currently assumes that the input is a valid +** changeset. If it is not, the results are undefined. */ int sqlite3changeset_invert( int nIn, void *pIn, /* Input changeset */ |