diff options
author | dan <Dan Kennedy> | 2025-04-10 16:48:04 +0000 |
---|---|---|
committer | dan <Dan Kennedy> | 2025-04-10 16:48:04 +0000 |
commit | da00cc101c208caeddfef8b1739d390a2bc60f8a (patch) | |
tree | 9b75f83ea1c73818d7a90934220228829adc3192 /ext/session/sqlite3session.h | |
parent | 08122e96fea0acf66d33b9f5e9650f6ebb841431 (diff) | |
download | sqlite-da00cc101c208caeddfef8b1739d390a2bc60f8a.tar.gz sqlite-da00cc101c208caeddfef8b1739d390a2bc60f8a.zip |
Improve the error messages returned by sqlite3session_diff().
FossilOrigin-Name: a3217cdb75fd305705856f6504f8816c2b6b0a10907725cb74d025a5c4e369b8
Diffstat (limited to 'ext/session/sqlite3session.h')
-rw-r--r-- | ext/session/sqlite3session.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/session/sqlite3session.h b/ext/session/sqlite3session.h index 919365b14..3405dd064 100644 --- a/ext/session/sqlite3session.h +++ b/ext/session/sqlite3session.h @@ -432,8 +432,9 @@ sqlite3_int64 sqlite3session_changeset_size(sqlite3_session *pSession); ** database zFrom the contents of the two compatible tables would be ** identical. ** -** It an error if database zFrom does not exist or does not contain the -** required compatible table. +** Unless the call to this function is a no-op as described above, it is an +** error if database zFrom does not exist or does not contain the required +** compatible table. ** ** If the operation is successful, SQLITE_OK is returned. Otherwise, an SQLite ** error code. In this case, if argument pzErrMsg is not NULL, *pzErrMsg |